Fixes for tests

This commit is contained in:
David Bomba 2021-01-11 22:29:21 +11:00
parent 6098700823
commit 30cc2956a1

View File

@ -71,7 +71,6 @@ class TaskApiTest extends TestCase
$arr = $response->json();
$response->assertStatus(200);
$this->assertGreaterThan(0, $arr['data']['start_time']);
}
public function testTaskPut()