test(alerts): rename ack test to reflect state is unchanged

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-21 18:04:39 +02:00
parent e1321a4002
commit dd2a5536ab

View File

@@ -164,7 +164,7 @@ class PostgresAlertInstanceRepositoryIT extends AbstractPostgresIT {
}
@Test
void ack_setsAckedAtAndState() {
void ack_setsAckedAtAndLeavesStateFiring() {
var inst = newInstance(ruleId, List.of(userId), List.of(), List.of());
repo.save(inst);