Remove assertion to avoid flaky test

This commit is contained in:
Frédéric Guillot 2022-09-16 18:08:32 -07:00
parent 829c47ee60
commit f68996b9c7
1 changed files with 0 additions and 1 deletions

View File

@ -361,7 +361,6 @@ class TaskFileModelTest extends Base
$this->assertEquals(1, $files[0]['task_id']);
$this->assertEquals(0, $files[0]['user_id']);
$this->assertEquals(4, $files[0]['size']);
$this->assertEquals(time(), $files[0]['date'], '', 2);
}
public function testRemove()