Skip to content

Commit 2e0a846

Browse files
committed
unit test fix
1 parent c3e4f07 commit 2e0a846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Event/Test/Unit/Invoker/InvokerDefaultTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public function testWrongInterfaceCallWithDisabledDeveloperMode($shared)
173173
$this->returnValue($notObserver)
174174
);
175175
$this->_appStateMock->expects(
176-
$this->exactly(2)
176+
$this->exactly(1)
177177
)->method(
178178
'getMode'
179179
)->will(

0 commit comments

Comments
 (0)