Skip to content

Commit

Permalink
fix(test): Memory removed with sqlite migration
Browse files Browse the repository at this point in the history
  • Loading branch information
achyutkneupane committed Feb 5, 2024
1 parent 326be98 commit 8d60f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BaseTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function setUp(): void

// test migrations
$this->loadMigrationsFrom(__DIR__ . '/migrations');
$this->artisan('migrate', ['--database' => ':memory:'])->run();
$this->artisan('migrate')->run();
}

protected function getEnvironmentSetUp($app): void
Expand Down

0 comments on commit 8d60f48

Please sign in to comment.