X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/78e94bb0035d7ecc6f4267a4ffa919ec34b1ac2e..refs/pull/2902/head:/tests/Auth/AuthTest.php diff --git a/tests/Auth/AuthTest.php b/tests/Auth/AuthTest.php index b4b99d130..657728c17 100644 --- a/tests/Auth/AuthTest.php +++ b/tests/Auth/AuthTest.php @@ -332,7 +332,7 @@ class AuthTest extends BrowserKitTest $user = $this->getEditor(); $mfaSession = $this->app->make(MfaSession::class); - $mfaSession->markVerifiedForUser($user);; + $mfaSession->markVerifiedForUser($user); $this->assertTrue($mfaSession->isVerifiedForUser($user)); $this->asAdmin()->visit('/logout');