You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix adversarial review findings in SignalR hub tests
- Replace generic Exception assertions with HttpRequestException + 401
check in auth tests (prevents false positives from config errors)
- WaitForEventsAsync now throws TimeoutException when expected events
do not arrive, making timeout failures immediately diagnosable
- Use DateTimeOffset.UtcNow instead of DateTime.UtcNow for consistency
- Add missing status code assertions on column/card creation in
ClearEditingCard test
- Fix XML doc to not claim boardMutation coverage that does not exist
- Use await using for conn2 in DisconnectOne test to prevent resource
leak on assertion failure
0 commit comments