summaryrefslogtreecommitdiff
path: root/tests/units/Model/TaskFinderModelTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/Model/TaskFinderModelTest.php')
-rw-r--r--tests/units/Model/TaskFinderModelTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/Model/TaskFinderModelTest.php b/tests/units/Model/TaskFinderModelTest.php
index 72da3b6d..b2e2bd84 100644
--- a/tests/units/Model/TaskFinderModelTest.php
+++ b/tests/units/Model/TaskFinderModelTest.php
@@ -9,7 +9,7 @@ use Kanboard\Model\ProjectModel;
class TaskFinderModelTest extends Base
{
- public function testGetTasksForDashboard()
+ public function testGetTasksForDashboardWithHiddenColumn()
{
$taskCreationModel = new TaskCreationModel($this->container);
$taskFinderModel = new TaskFinderModel($this->container);