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')); }