Skip to content

Commit 83b898b

Browse files
committed
ACP2E-1541: There is a problem with the magento report order screen
1 parent 36c5f34 commit 83b898b

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Reports/Test/Unit/Block/Adminhtml/Grid/Column/Renderer

1 file changed

+2
-2
lines changed

app/code/Magento/Reports/Test/Unit/Block/Adminhtml/Grid/Column/Renderer/CurrencyTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ public function testRender(
257257

258258
if ($needToGetRateFromModel) {
259259
$this->currencyMock->expects($this->once())
260-
->method('getRate')
261-
->with($adminCurrencyCode)
260+
->method('getAnyRate')
261+
->with($storeCurrencyCode)
262262
->willReturn($rate);
263263
}
264264

0 commit comments

Comments
 (0)