From 60e434fcf08dc02474f4adcf1ff89fc57332e2b3 Mon Sep 17 00:00:00 2001 From: MinaseTaki Date: Mon, 27 Jul 2020 14:38:47 +0300 Subject: [PATCH] Update ResourceSyncingTest.php --- tests/ResourceSyncingTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ResourceSyncingTest.php b/tests/ResourceSyncingTest.php index 6a6ff246..3ca303df 100644 --- a/tests/ResourceSyncingTest.php +++ b/tests/ResourceSyncingTest.php @@ -591,8 +591,8 @@ class ResourceSyncingTest extends TestCase 'role' => 'superadmin', // unsynced ]); - //$this->assertCount(1, $tenant->users()->get()); - $this->assertCount(1, ResourceUser::all()); + $this->assertCount(0, $tenant->users()->get()); // No tenant user needed to create in this context. + //$this->assertCount(1, ResourceUser::all()); tenancy()->end(); }