summaryrefslogtreecommitdiff
path: root/tests/units/ActionTaskUpdateStartDateTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/ActionTaskUpdateStartDateTest.php')
-rw-r--r--tests/units/ActionTaskUpdateStartDateTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/ActionTaskUpdateStartDateTest.php b/tests/units/ActionTaskUpdateStartDateTest.php
index da36551d..4bf87452 100644
--- a/tests/units/ActionTaskUpdateStartDateTest.php
+++ b/tests/units/ActionTaskUpdateStartDateTest.php
@@ -38,7 +38,7 @@ class ActionTaskUpdateStartDateTest extends Base
// Our event should be executed
$this->assertTrue($action->execute(new GenericEvent($event)));
- // Our task should be closed
+ // Our task should be updated
$task = $tf->getById(1);
$this->assertNotEmpty($task);
$this->assertEquals(time(), $task['date_started'], '', 2);