mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 01:14:03 +00:00
fix typo
This commit is contained in:
parent
78d561f7dc
commit
c95d5a282e
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ test('all routes with any of the middleware specified in cloneRoutesWithMiddlewa
|
||||||
->cloneRoutesWithMiddleware($cloneRoutesWithMiddleware)
|
->cloneRoutesWithMiddleware($cloneRoutesWithMiddleware)
|
||||||
->handle();
|
->handle();
|
||||||
|
|
||||||
// Each middleware is only used on a single route so we assert that the count new routes matches the count of used middleware flags
|
// Each middleware is only used on a single route so we assert that the count of new routes matches the count of used middleware flags
|
||||||
expect($currentRouteCount())->toEqual($initialRouteCount + count($cloneRoutesWithMiddleware));
|
expect($currentRouteCount())->toEqual($initialRouteCount + count($cloneRoutesWithMiddleware));
|
||||||
})->with([
|
})->with([
|
||||||
[[]],
|
[[]],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue