mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 12:04:35 -04:00
Fixes for tests
This commit is contained in:
parent
3edb4de3e7
commit
48cec13b99
@ -68,7 +68,7 @@ class TaskApiTest extends TestCase
|
|||||||
$last = end($log);
|
$last = end($log);
|
||||||
$last[1] = time();
|
$last[1] = time();
|
||||||
|
|
||||||
$this->assertTrue($last[1] !== 0)
|
$this->assertTrue($last[1] !== 0);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user