diff --git a/tests/TenantUserImpersonationTest.php b/tests/TenantUserImpersonationTest.php index 81c9dc66..8937728e 100644 --- a/tests/TenantUserImpersonationTest.php +++ b/tests/TenantUserImpersonationTest.php @@ -37,7 +37,7 @@ class TenantUserImpersonationTest extends TestCase parent::setUp(); $this->artisan('migrate', [ - '--path' => __DIR__ . '/../assets/2020_05_15_000010_create_tenant_user_impersonation_tokens_table.php', + '--path' => __DIR__ . '/../assets/impersonation-migrations', '--realpath' => true, ])->assertExitCode(0);