diff --git a/tests/Commands/CleanStatisticsTest.php b/tests/Commands/CleanStatisticsTest.php index 978ad68..5605ce4 100644 --- a/tests/Commands/CleanStatisticsTest.php +++ b/tests/Commands/CleanStatisticsTest.php @@ -43,7 +43,5 @@ class CleanStatisticsTest extends TestCase $cutOffDate = Carbon::now()->subDays(31)->format('Y-m-d H:i:s'); $this->assertCount(0, WebSocketsStatisticsEntry::where('created_at', '<', $cutOffDate)->get()); - - } } \ No newline at end of file