Skip to content

Commit 9efb5ad

Browse files
author
Serhiy Shkolyarenko
committed
MAGETWO-53766: [github #4170] Product list widget doesn't update minicart info
test fix
1 parent 861f596 commit 9efb5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageCache/Test/Unit/Model/App/FrontController/BuiltinPluginTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public function testAroundDispatchDisabled($state)
219219
->method('isEnabled')
220220
->will($this->returnValue(true));
221221
$this->versionMock
222-
->expects($this->never())
222+
->expects($this->once())
223223
->method('process');
224224
$this->stateMock->expects($this->any())
225225
->method('getMode')

0 commit comments

Comments
 (0)