diff --git a/tests/ResourceSyncingTest.php b/tests/ResourceSyncingTest.php index 32eacf46..a2b68f45 100644 --- a/tests/ResourceSyncingTest.php +++ b/tests/ResourceSyncingTest.php @@ -800,7 +800,7 @@ test('resources are synced only when sync is enabled', function () { expect(ResourceUser::all())->toHaveCount(0); expect(ResourceUser::whereGlobalId('acme')->first())->toBeNull(); }); -})->group('current'); +}); /** * Create two tenants and run migrations for those tenants.