Better test description

This commit is contained in:
Eric Eastwood
2026-04-10 15:22:48 -05:00
parent ccf139f127
commit d8b0e877f4
+2 -2
View File
@@ -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();