Skip to content

Commit e6e5d59

Browse files
committed
lint
1 parent a968dd3 commit e6e5d59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Providers/Time/ITimeProviderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,5 @@ public function testEnsureDefaultTimeProviderReturnsCorrectTime(): void
3838
$this->expectNotToPerformAssertions();
3939
$tfa = new TwoFactorAuth('Test', 6, 30, Algorithm::Sha1);
4040
$tfa->ensureCorrectTime(array(new TestTimeProvider(time())), 1); // Use a leniency of 1, should the time change between both time() calls
41-
4241
}
4342
}

0 commit comments

Comments
 (0)