diff --git a/tests/CommandsTest.php b/tests/CommandsTest.php index 8c0b4aa4..6bcf6fd9 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')]); + config(['tenancy.migration_paths', [database_path('../migrations')]]); } /** @test */