From 6028e70b98a810533a81227dd0bfdfd62ba56f29 Mon Sep 17 00:00:00 2001 From: stancl Date: Fri, 16 Aug 2019 16:54:34 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/TenantManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TenantManagerTest.php b/tests/TenantManagerTest.php index 112e66b5..73bcf0fe 100644 --- a/tests/TenantManagerTest.php +++ b/tests/TenantManagerTest.php @@ -26,7 +26,7 @@ class TenantManagerTest extends TestCase { tenant()->create('foo.localhost'); tenancy()->init('foo.localhost'); - + $this->assertSame(tenant('uuid'), tenant()('uuid')); }