Skip to content

Commit e306e3c

Browse files
committed
wip
1 parent a59bc44 commit e306e3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Integration/Database/RefreshModelTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
use Tests\Tempest\Fixtures\Modules\Books\Models\Author;
99
use Tests\Tempest\Fixtures\Modules\Books\Models\Book;
1010
use Tests\Tempest\Integration\FrameworkIntegrationTestCase;
11+
1112
use function Tempest\Database\query;
1213

1314
final class RefreshModelTest extends FrameworkIntegrationTestCase
@@ -94,4 +95,4 @@ public function test_load_method_only_refreshes_relations_and_nothing_else(): vo
9495
// The updated value from the database is ignored
9596
$this->assertSame('Timeline Taxi', $book->title);
9697
}
97-
}
98+
}

0 commit comments

Comments
 (0)