From 818026eaaa28baeb768e9ca439c1c6b193a1115b Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Wed, 10 Aug 2022 12:05:56 +0500 Subject: [PATCH] Update tests/ResourceSyncingTest.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Samuel Ć tancl --- tests/ResourceSyncingTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ResourceSyncingTest.php b/tests/ResourceSyncingTest.php index cfa6ce0d..0213a864 100644 --- a/tests/ResourceSyncingTest.php +++ b/tests/ResourceSyncingTest.php @@ -127,7 +127,7 @@ test('only the synced columns are updated in the central db', function () { }); test('creating the resource in tenant database creates it in central database and used custom attributes', function () { - // Assert no user in central DB + // Assert no user exists in central DB expect(ResourceUser::all())->toHaveCount(0); $tenant = ResourceTenant::create();