diff --git a/tests/PathIdentificationTest.php b/tests/PathIdentificationTest.php index 7165addb..9c117d0e 100644 --- a/tests/PathIdentificationTest.php +++ b/tests/PathIdentificationTest.php @@ -140,4 +140,4 @@ test('tenant set as a default parameter for the URLs', function () { expect(tenancy()->initialized)->toBeTrue(); expect(tenant('id'))->toBe('acme'); pest()->get(route('baz', ['a' => 1, 'b' => 2]))->assertOk(); // Assert route don't need tenant parameter -}); \ No newline at end of file +});