Skip to content

Commit 39c2b37

Browse files
Cari SpruiellOlexii Korshenko
authored andcommitted
MAGETWO-38915: Add unit test coverage for \Magento\CurrencySymbol\Helper\*
- corrected key value used in expected test results
1 parent c64d536 commit 39c2b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CurrencySymbol/Test/Unit/Model/ObserverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public function testCurrencyDisplayOptions()
9696

9797
$expectedCurrencyOptions = [
9898
\Magento\Framework\Locale\Currency::CURRENCY_OPTION_SYMBOL => $sampleCurrencySymbol,
99-
\Magento\Framework\Locale\Currency::CURRENCY_OPTION_NAME => \Magento\Framework\Currency::USE_SYMBOL
99+
\Magento\Framework\Locale\Currency::CURRENCY_OPTION_DISPLAY => \Magento\Framework\Currency::USE_SYMBOL
100100
];
101101

102102
//Return invalid value

0 commit comments

Comments
 (0)