Skip to content

Handle mid play mod changes #791

Handle mid play mod changes

Handle mid play mod changes #791

Triggered via pull request October 23, 2024 07:43
Status Success
Total duration 2m 59s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Unit testing: osu.Server.Spectator.Tests/Multiplayer/UserStateManagementTests.cs#L286
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
Unit testing: osu.Server.Spectator.Tests/Multiplayer/UserStateManagementTests.cs#L287
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)
Unit testing: osu.Server.Spectator.Tests/Multiplayer/MultiplayerMatchStartCountdownTest.cs#L312
Do not use a Where clause to filter before calling Assert.Single. Use the overload of Assert.Single that accepts a filtering function. (https://xunit.net/xunit.analyzers/rules/xUnit2031)