From d8b0e877f4fffe9b1e748bccc40fa3b5cfdba488 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Fri, 10 Apr 2026 15:22:48 -0500 Subject: [PATCH] Better test description --- crates/handlers/src/compat/login.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/handlers/src/compat/login.rs b/crates/handlers/src/compat/login.rs index 7d7df4a64..15d0219fd 100644 --- a/crates/handlers/src/compat/login.rs +++ b/crates/handlers/src/compat/login.rs @@ -1932,8 +1932,8 @@ mod tests { } } - /// Test that the `hard_limit_eviction` will automatically drop old sessions - /// when we go over the limit + /// Test that the `hard_limit_eviction` will automatically drop the oldest sessions + /// when we go over the limit even if all of the sessions are recent. #[sqlx::test(migrator = "mas_storage_pg::MIGRATOR")] async fn test_hard_limit_eviction_recent_compat_login(pool: PgPool) { setup();