Fix broken unit test
This commit is contained in:
@@ -402,6 +402,7 @@ class TaskCreationTest extends Base
|
||||
$this->assertEquals('yellow', $task['color_id']);
|
||||
|
||||
$this->assertTrue($c->save(array('default_color' => 'orange')));
|
||||
$this->container['memoryCache']->flush();
|
||||
|
||||
$this->assertEquals(2, $tc->create(array('project_id' => 1, 'title' => 'test2')));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user