1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:03:08 +08:00

Fix code quality inspection

This commit is contained in:
Bartłomiej Dach 2023-12-26 12:19:04 +01:00
parent 6269c79c17
commit 30b5b36f1d
No known key found for this signature in database

View File

@ -467,7 +467,7 @@ namespace osu.Game.Tests.Visual.SongSelect
for (int i = 0; i < random_select_count; i++)
{
prevRandom();
AddAssert("correct random last selected", () => selectedSets.Peek() == carousel.SelectedBeatmapSet);
AddAssert("correct random last selected", () => selectedSets.Peek(), () => Is.EqualTo(carousel.SelectedBeatmapSet));
}
}