From d9a831be8672511663f21458fbae8a2047435b1e Mon Sep 17 00:00:00 2001 From: freek Date: Tue, 4 Dec 2018 21:03:26 +0100 Subject: [PATCH] wip --- tests/Commands/CleanStatisticsTest.php | 2 -- 1 file changed, 2 deletions(-) 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