From 15fa0b6157ebcca79896b62289275a6a9a20290b Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Fri, 4 Nov 2022 17:42:30 +0500 Subject: [PATCH] remove group --- tests/ResourceSyncingTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.