Skip to content

Commit 8965226

Browse files
committed
lazilyRefreshed set true
1 parent 8a6c3e0 commit 8965226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/Concerns/WithParallelPhyiscalDatabase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected function refreshParallelPhyiscalDatabase(): void
6868
foreach ([LazilyRefreshDatabase::class, RefreshDatabase::class, DatabaseMigrations::class] as $class) {
6969
if (array_key_exists($class, $uses)) {
7070
RefreshDatabaseState::$migrated = false;
71-
RefreshDatabaseState::$lazilyRefreshed = false;
71+
RefreshDatabaseState::$lazilyRefreshed = true;
7272

7373
return;
7474
}

0 commit comments

Comments
 (0)