Skip to content

Commit

Permalink
Fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesFreeman committed Jun 6, 2019
1 parent d85b3e1 commit 4216286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Database/EloquentModelLoadCountTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected function setUp(): void
$table->unsignedInteger('base_model_id');
});

Schema::create('deleted_relateds', function (Blueprint $table) {
Schema::create('deleted_related', function (Blueprint $table) {
$table->increments('id');
$table->unsignedInteger('base_model_id');
$table->softDeletes();
Expand Down

0 comments on commit 4216286

Please sign in to comment.