Skip to content

Commit

Permalink
Fix Psalm error
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Oct 3, 2023
1 parent 40eb4f4 commit 6a5eb93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Pruner/PrunerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ final class PrunerTest extends TestCase
public function it_prunes(): void
{
$expected = (new \DateTimeImmutable())->sub(new \DateInterval('PT30M'));
self::assertNotFalse($expected);

$repository = $this->prophesize(NotificationRepositoryInterface::class);
$repository->removeOlderThan(Argument::that(static function (\DateTimeInterface $dateTime) use ($expected) {
Expand Down

0 comments on commit 6a5eb93

Please sign in to comment.