From 036df6c5d140123effa75b1d3dd93b974b9016da Mon Sep 17 00:00:00 2001 From: curious-jim Date: Sun, 9 Feb 2020 17:13:20 +0800 Subject: [PATCH] Update tests/CommandsTest.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Samuel Ć tancl --- tests/CommandsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */