mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -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[1] = time();
|
||||
|
||||
$this->assertTrue($last[1] !== 0)
|
||||
$this->assertTrue($last[1] !== 0);
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user