Skip to content

Commit 8a94390

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

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-
$observer->execute($eventObserverMock);
54+
$observer->execute($eventObserverMock);
5555
}
5656
}

0 commit comments

Comments
 (0)