Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit d9a831b

Browse files
committed
wip
1 parent 882c060 commit d9a831b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Commands/CleanStatisticsTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,5 @@ public function it_can_clean_the_statistics()
4343
$cutOffDate = Carbon::now()->subDays(31)->format('Y-m-d H:i:s');
4444

4545
$this->assertCount(0, WebSocketsStatisticsEntry::where('created_at', '<', $cutOffDate)->get());
46-
47-
4846
}
4947
}

0 commit comments

Comments
 (0)