From 9240836dbb05d2b1afdd123c326859beb34233b1 Mon Sep 17 00:00:00 2001 From: stancl Date: Sat, 14 Mar 2020 18:08:51 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/CachedResolverTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);