Skip to content

Commit 36449d9

Browse files
committed
database.sqlite
1 parent 57b03da commit 36449d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
laravel:
2424
- 7.*
2525
- 8.*
26-
prefer:
26+
prefer:
2727
- 'prefer-lowest'
2828
- 'prefer-stable'
2929
include:

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function getEnvironmentSetUp($app)
6464
*/
6565
protected function resetDatabase()
6666
{
67-
file_put_contents(__DIR__.'/database.sqlite', null);
67+
file_put_contents(__DIR__.'/database/database.sqlite', null);
6868
}
6969

7070
/**

0 commit comments

Comments
 (0)