Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Apr 10, 2023
1 parent fc603fc commit fff6ec5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/lib/Authentication/TwoFactorAuth/ManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,6 @@ public function testNeedsSecondFactorSessionAuth() {
$this->assertFalse($this->manager->needsSecondFactor($user));
}


public function testNeedsSecondFactorSessionAuthFailDBPass() {
$user = $this->createMock(IUser::class);
$user->method('getUID')
Expand Down

0 comments on commit fff6ec5

Please sign in to comment.