summaryrefslogtreecommitdiff
path: root/tests/units/Action/TaskCloseColumnTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/Action/TaskCloseColumnTest.php')
-rw-r--r--tests/units/Action/TaskCloseColumnTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/units/Action/TaskCloseColumnTest.php b/tests/units/Action/TaskCloseColumnTest.php
index ce41bb41..654aeec1 100644
--- a/tests/units/Action/TaskCloseColumnTest.php
+++ b/tests/units/Action/TaskCloseColumnTest.php
@@ -37,7 +37,6 @@ class TaskCloseColumnTest extends Base
{
$projectModel = new Project($this->container);
$taskCreationModel = new TaskCreation($this->container);
- $taskFinderModel = new TaskFinder($this->container);
$this->assertEquals(1, $projectModel->create(array('name' => 'test1')));
$this->assertEquals(1, $taskCreationModel->create(array('project_id' => 1, 'title' => 'test')));