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:
parent
6269c79c17
commit
30b5b36f1d
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user