1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 15:34:04 +00:00

test rename

This commit is contained in:
Abrar Ahmad 2022-08-30 11:28:53 +05:00
parent a548f53bfc
commit 84df124355

View file

@ -128,7 +128,7 @@ test('tenant parameter name can be customized', function () {
->get('/acme/foo/abc/xyz'); ->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([ Tenant::create([
'id' => 'acme', 'id' => 'acme',
]); ]);