diff options
Diffstat (limited to 'tests/units/ProjectTest.php')
-rw-r--r-- | tests/units/ProjectTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/ProjectTest.php b/tests/units/ProjectTest.php index fec53c2b..45bc63fc 100644 --- a/tests/units/ProjectTest.php +++ b/tests/units/ProjectTest.php @@ -40,7 +40,7 @@ class ProjectTest extends Base $this->assertEquals(1, $project['is_active']); $this->assertEquals(0, $project['is_public']); $this->assertEquals(0, $project['is_private']); - $this->assertEquals(time(), $project['last_modified']); + $this->assertEquals(time(), $project['last_modified'], '', 1); $this->assertEmpty($project['token']); } |