Skip to content

Commit bc35bb3

Browse files
committed
CABPI-407: Fix failed Performance Acceptance Tests
1 parent 4f8b648 commit bc35bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Captcha/Test/Unit/Observer/ResetAttemptForBackendObserverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ public function testExecuteExpectsDeleteUserAttemptsCalled()
5151
ResetAttemptForBackendObserver::class,
5252
['resLogFactory' => $resLogFactoryMock]
5353
);
54-
$this->assertInstanceOf(Log::class, $observer->execute($eventObserverMock));
54+
$observer->execute($eventObserverMock);
5555
}
5656
}

0 commit comments

Comments
 (0)