Skip to content

Commit eebf888

Browse files
author
Oleksii Korshenko
committed
MAGETWO-47492: [GitHub] Currency rates import service is loading all rate for activated currencies. #2757
1 parent f0bf874 commit eebf888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Directory/Test/Unit/Model/Currency/Import/FixerIoTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ protected function setUp()
2929

3030
$this->currencyFactoryMock = $this->getMockBuilder('Magento\Directory\Model\CurrencyFactory')
3131
->disableOriginalConstructor()
32-
->setMethods([])
32+
->setMethods(['create'])
3333
->getMock();
3434
$this->httpClientFactoryMock = $this->getMockBuilder('Magento\Framework\HTTP\ZendClientFactory')
3535
->disableOriginalConstructor()

0 commit comments

Comments
 (0)