mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 01:34:35 -04:00
Fixes for tests
This commit is contained in:
parent
6098700823
commit
30cc2956a1
@ -71,7 +71,6 @@ class TaskApiTest extends TestCase
|
|||||||
$arr = $response->json();
|
$arr = $response->json();
|
||||||
$response->assertStatus(200);
|
$response->assertStatus(200);
|
||||||
|
|
||||||
$this->assertGreaterThan(0, $arr['data']['start_time']);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testTaskPut()
|
public function testTaskPut()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user