diff --git a/tests/CachedResolverTest.php b/tests/CachedResolverTest.php index 8aa9f255..b5ba761a 100644 --- a/tests/CachedResolverTest.php +++ b/tests/CachedResolverTest.php @@ -78,7 +78,7 @@ class CachedResolverTest extends TestCase $tenant = Tenant::new() ->withDomains(['foo.localhost', 'bar.localhost']) ->save(); - + // queried $this->assertSame($tenant->id, tenancy()->findByDomain('foo.localhost')->id); $this->assertSame($tenant->id, tenancy()->findByDomain('bar.localhost')->id);