Skip to content

Commit f0d1d7a

Browse files
committed
ACP2E-2638: New Currency for Nicaragua is not available
1 parent 4c98f84 commit f0d1d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Config/Model/ConfigCurrencyTest.php renamed to dev/tests/integration/testsuite/Magento/Framework/Locale/ConfigCurrencyTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
*/
1717
declare(strict_types=1);
1818

19-
namespace Magento\Config\Model;
19+
namespace Magento\Framework\Locale;
2020

2121
use Magento\Config\Model\Config\Source\Locale\Currency;
2222
use Magento\TestFramework\Fixture\AppIsolation;
2323
use Magento\TestFramework\Fixture\DbIsolation;
2424
use Magento\TestFramework\Helper\Bootstrap;
2525
use PHPUnit\Framework\TestCase;
2626

27-
class ConfigCurrencyTest extends TestCase
27+
class ConfigTest extends TestCase
2828
{
2929
/**
3030
* @var Currency

0 commit comments

Comments
 (0)