diff --git a/tests/unit/Db/StackTest.php b/tests/unit/Db/StackTest.php index ed1f292af..aa2e02ab8 100644 --- a/tests/unit/Db/StackTest.php +++ b/tests/unit/Db/StackTest.php @@ -39,7 +39,6 @@ class StackTest extends \PHPUnit_Framework_TestCase { 'title' => "My Stack", 'order' => 1, 'boardId' => 1, - 'cards' => array(), ], $board->jsonSerialize()); } public function testJsonSerializeWithCards() {