worker(alarms): SyntheticAlarmGuid internal + alarmmgr-parity assertion (review fixes)

This commit is contained in:
Joseph Doherty
2026-06-13 09:26:52 -04:00
parent 4c0e14fc5d
commit fbc9cf56df
3 changed files with 5 additions and 1 deletions
@@ -62,6 +62,8 @@ public sealed class AlarmDispatcherTests
Assert.Equal("TestArea", body.Category);
Assert.NotNull(body.TransitionTimestamp);
Assert.Equal(ts, body.TransitionTimestamp.ToDateTime());
Assert.False(body.Degraded);
Assert.Equal(AlarmProviderMode.Alarmmgr, body.SourceProvider);
}
/// <summary>