Fix schedule test

This commit is contained in:
James Brooks
2017-05-06 10:07:47 +01:00
parent 8bace140e5
commit c3b053fa9d

View File

@@ -39,7 +39,7 @@ class ScheduleTest extends AbstractApiTestCase
$this->assertResponseOk();
$this->seeJson($schedule->toArray());
$this->seeJson(['name' => $schedule->name]);
}
public function testCreateSchedule()