From 9e3d566038f8390a514caa86c64c063c21ad1091 Mon Sep 17 00:00:00 2001 From: MounirHamani Date: Tue, 7 Nov 2017 20:04:46 +0100 Subject: [PATCH] Update unit test to add new Belarusian currency BYN --- tests/unit-tests/util/core-functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit-tests/util/core-functions.php b/tests/unit-tests/util/core-functions.php index 1b8ab5cf8f5..d4fc65728b7 100644 --- a/tests/unit-tests/util/core-functions.php +++ b/tests/unit-tests/util/core-functions.php @@ -50,6 +50,7 @@ class WC_Tests_Core_Functions extends WC_Unit_Test_Case { 'BTN' => 'Bhutanese ngultrum', 'BWP' => 'Botswana pula', 'BYR' => 'Belarusian ruble (old)', + 'BYN' => 'Belarusian ruble', 'BZD' => 'Belize dollar', 'CAD' => 'Canadian dollar', 'CDF' => 'Congolese franc',