From b1e484fad6c6d77ea23c391212bd705805f2284e Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 10 Jan 2015 15:03:42 -0500 Subject: Change events for project modification subscriber --- tests/units/ProjectTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/units') diff --git a/tests/units/ProjectTest.php b/tests/units/ProjectTest.php index 38b742b3..4553dd3a 100644 --- a/tests/units/ProjectTest.php +++ b/tests/units/ProjectTest.php @@ -104,7 +104,7 @@ class ProjectTest extends Base $project = $p->getById(1); $this->assertNotEmpty($project); - $this->assertEquals($now + 1, $project['last_modified']); + $this->assertGreaterThan($now, $project['last_modified']); } public function testIsLastModified() -- cgit v1.2.3