From 93efa56f5932e93c6141af520cf4a78f67ff025e Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Thu, 13 Oct 2022 17:31:18 +0500 Subject: [PATCH] Update ResourceSyncingTest.php --- tests/ResourceSyncingTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ResourceSyncingTest.php b/tests/ResourceSyncingTest.php index c749482d..a734e763 100644 --- a/tests/ResourceSyncingTest.php +++ b/tests/ResourceSyncingTest.php @@ -787,6 +787,7 @@ function createTenantsAndRunMigrationsForDifferentSchema(): array { [$tenant1, $tenant2] = [ResourceTenantForDifferentSchema::create(['id' => 't1']), ResourceTenantForDifferentSchema::create(['id' => 't2'])]; + // run central user migrations pest()->artisan('migrate', [ '--path' => __DIR__ . '/Etc/synced_resource_migrations/custom/central', '--realpath' => true,