mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 19:50:18 +08:00
Fix typo in test step
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
ba70d48d2c
commit
b471ab07a6
@@ -1016,7 +1016,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
{
|
||||
List<BeatmapSetInfo> manySets = new List<BeatmapSetInfo>();
|
||||
|
||||
AddStep("Populuate beatmap sets", () =>
|
||||
AddStep("Populate beatmap sets", () =>
|
||||
{
|
||||
manySets.Clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user