From 399a7c33bbcabe4a5bde1a9b2a1f2c2922ad07b5 Mon Sep 17 00:00:00 2001 From: Fabiano Pereira Date: Thu, 3 Sep 2015 16:27:28 -0300 Subject: #1144 Add description field to swimlane. --- tests/units/TaskExportTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/units/TaskExportTest.php') diff --git a/tests/units/TaskExportTest.php b/tests/units/TaskExportTest.php index 3892f2bd..964418d3 100644 --- a/tests/units/TaskExportTest.php +++ b/tests/units/TaskExportTest.php @@ -22,8 +22,8 @@ class TaskExportTest extends Base $this->assertEquals(1, $p->create(array('name' => 'Export Project'))); - $this->assertEquals(1, $s->create(1, 'S1')); - $this->assertEquals(2, $s->create(1, 'S2')); + $this->assertEquals(1, $s->create(array('project_id' => 1, 'name' => 'S1'))); + $this->assertEquals(2, $s->create(array('project_id' => 1, 'name' => 'S2'))); $this->assertNotFalse($c->create(array('name' => 'Category #1', 'project_id' => 1))); $this->assertNotFalse($c->create(array('name' => 'Category #2', 'project_id' => 1))); -- cgit v1.2.3