diff --git a/tests/CommandsTest.php b/tests/CommandsTest.php index 5c984570..8c0b4aa4 100644 --- a/tests/CommandsTest.php +++ b/tests/CommandsTest.php @@ -18,7 +18,7 @@ class CommandsTest extends TestCase { parent::setUp(); - config('tenancy.migrations_paths', [database_path('migrations/tenant')]); + config('tenancy.migrations_paths', [database_path('../migrations')]); } /** @test */