This commit is contained in:
freek 2018-12-04 21:03:26 +01:00
parent 882c060817
commit d9a831be86
1 changed files with 0 additions and 2 deletions

View File

@ -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());
}
}