Skip to content

Commit

Permalink
style ci
Browse files Browse the repository at this point in the history
  • Loading branch information
recca0120 committed Dec 21, 2022
1 parent 1ca0137 commit 0ab41fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Database/DatabaseSqliteSchemaStateTest.php
Expand Up @@ -32,7 +32,7 @@ public function testLoadSchemaToDatabase(): void

$process->shouldHaveReceived('mustRun')->with(null, [
'LARAVEL_LOAD_DATABASE' => 'database/database.sqlite',
'LARAVEL_LOAD_PATH' => 'database/schema/sqlite-schema.dump'
'LARAVEL_LOAD_PATH' => 'database/schema/sqlite-schema.dump',
]);
}

Expand Down

0 comments on commit 0ab41fb

Please sign in to comment.