From 21a7b29c9206a8328184bd1ccdcd1b39593c8d22 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 6 Oct 2021 08:29:57 +1300 Subject: [PATCH] Update tests/phpunit/Civi/Core/FormatTest.php Co-authored-by: Tim Otten --- tests/phpunit/Civi/Core/FormatTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/Civi/Core/FormatTest.php b/tests/phpunit/Civi/Core/FormatTest.php index b81b08cfea..826f4e1174 100644 --- a/tests/phpunit/Civi/Core/FormatTest.php +++ b/tests/phpunit/Civi/Core/FormatTest.php @@ -184,7 +184,7 @@ class FormatTest extends CiviUnitTestCase { 'money_number_long' => '1 234,560', ], ]; - $cases['en_US_KWD_long'] = [ + $cases['fr_FR_KWD_long'] = [ [ 'amount' => '1234.5678000', 'locale' => 'fr_FR', -- 2.25.1