Fix schedule test
This commit is contained in:
@@ -39,7 +39,7 @@ class ScheduleTest extends AbstractApiTestCase
|
|||||||
|
|
||||||
$this->assertResponseOk();
|
$this->assertResponseOk();
|
||||||
|
|
||||||
$this->seeJson($schedule->toArray());
|
$this->seeJson(['name' => $schedule->name]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testCreateSchedule()
|
public function testCreateSchedule()
|
||||||
|
|||||||
Reference in New Issue
Block a user