From cb0916d10e4a42a62f0ac8c69ecb4b7a15f398b4 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 20 Jun 2015 10:48:47 -0400 Subject: Add automatic action to send a task by email --- tests/units/ProjectTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/units/ProjectTest.php') 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']); } -- cgit v1.2.3