Fixes for tests

This commit is contained in:
David Bomba 2022-03-10 17:18:17 +11:00
parent 3edb4de3e7
commit 48cec13b99

View File

@ -68,7 +68,7 @@ class TaskApiTest extends TestCase
$last = end($log);
$last[1] = time();
$this->assertTrue($last[1] !== 0)
$this->assertTrue($last[1] !== 0);
}