mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 01:14:03 +00:00
Fix typo in CloneActionTest
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
645232e53c
commit
ba574d216c
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ test('CloneRoutesAsTenant action clones routes correctly', function (Route|null
|
||||||
}
|
}
|
||||||
})->with([
|
})->with([
|
||||||
null, // Clone all routes for which shouldBeCloned returns true
|
null, // Clone all routes for which shouldBeCloned returns true
|
||||||
fn () => RouteFacade::get('/home', fn () => true)->name('home'), // THe only route that should be cloned
|
fn () => RouteFacade::get('/home', fn () => true)->name('home'), // The only route that should be cloned
|
||||||
]);
|
]);
|
||||||
|
|
||||||
test('all routes with any of the middleware specified in cloneRoutesWithMiddleware will be cloned by default', function(array $cloneRoutesWithMiddleware) {
|
test('all routes with any of the middleware specified in cloneRoutesWithMiddleware will be cloned by default', function(array $cloneRoutesWithMiddleware) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue