mirror of
https://github.com/archtechx/tenancy.git
synced 2026-05-06 20:14:04 +00:00
Improve test name
This commit is contained in:
parent
c252ac4c55
commit
142efdccd6
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ test('stopImpersonating can keep the user authenticated', function() {
|
|||
->assertSee('You are logged in as Joe');
|
||||
});
|
||||
|
||||
test('stopImpersonating logs out the user from tenancy_impersonation_guard stored in session', function() {
|
||||
test('stopImpersonating logs out the user from the impersonation guard stored in session', function() {
|
||||
Route::middleware(InitializeTenancyByPath::class)->prefix('/{tenant}')->group(getRoutes(false));
|
||||
|
||||
$tenant = Tenant::create([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue