From 142efdccd64a4a90a43dfbd0f50b674e86edade2 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 21 Apr 2026 14:04:59 +0200 Subject: [PATCH] Improve test name --- tests/TenantUserImpersonationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TenantUserImpersonationTest.php b/tests/TenantUserImpersonationTest.php index dc421f73..b4e6f2d9 100644 --- a/tests/TenantUserImpersonationTest.php +++ b/tests/TenantUserImpersonationTest.php @@ -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([