remove obsolete schema assertions
This commit is contained in:
parent
14eeee9e99
commit
bde48331de
1 changed files with 0 additions and 7 deletions
|
|
@ -23,7 +23,6 @@ use App\User\UserRepository;
|
||||||
use DateTimeImmutable;
|
use DateTimeImmutable;
|
||||||
use DateTimeZone;
|
use DateTimeZone;
|
||||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||||
use Illuminate\Support\Facades\Schema;
|
|
||||||
use Illuminate\Testing\TestResponse;
|
use Illuminate\Testing\TestResponse;
|
||||||
use Tests\TestCase;
|
use Tests\TestCase;
|
||||||
|
|
||||||
|
|
@ -151,12 +150,6 @@ class ScheduleEndpointTest extends TestCase
|
||||||
'position' => 1,
|
'position' => 1,
|
||||||
]);
|
]);
|
||||||
$this->assertDatabaseCount('schedule_assignments', 2);
|
$this->assertDatabaseCount('schedule_assignments', 2);
|
||||||
$this->assertFalse(Schema::hasColumn('schedules', 'set_id'));
|
|
||||||
$this->assertFalse(Schema::hasColumn('schedules', 'set_level_id'));
|
|
||||||
$this->assertFalse(Schema::hasColumn(
|
|
||||||
'schedule_assignments',
|
|
||||||
'element_id',
|
|
||||||
));
|
|
||||||
|
|
||||||
$this->credentialedGet('/api/schedules/1')
|
$this->credentialedGet('/api/schedules/1')
|
||||||
->assertOk()
|
->assertOk()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue