From 0f077cdaf0f0b71e7756b2bb067db02682302efd Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Mon, 29 Aug 2022 14:49:53 +0500 Subject: [PATCH] Update PathIdentificationTest.php --- tests/PathIdentificationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +});