From 84df12435597be1dc03d00ffc82670b97893dc8f Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Tue, 30 Aug 2022 11:28:53 +0500 Subject: [PATCH] test rename --- tests/PathIdentificationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PathIdentificationTest.php b/tests/PathIdentificationTest.php index f211947b..92f60926 100644 --- a/tests/PathIdentificationTest.php +++ b/tests/PathIdentificationTest.php @@ -128,7 +128,7 @@ test('tenant parameter name can be customized', function () { ->get('/acme/foo/abc/xyz'); }); -test('tenant set as a default parameter for the URLs', function () { +test('tenant parameter is set for all routes as the default parameter once the tenancy initialized', function () { Tenant::create([ 'id' => 'acme', ]);