1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Not sure what a bm is

This commit is contained in:
Dean Herbert 2019-01-25 11:15:31 +09:00
parent 2a544f66ea
commit e9a22a5c5d

View File

@ -76,7 +76,7 @@ namespace osu.Game.Rulesets.Osu.Tests
},
});
AddUntilStep(() => Beatmap.Value.BeatmapLoaded, "Wait for bm load");
AddUntilStep(() => Beatmap.Value.BeatmapLoaded, "Wait until beatmap is loaded");
}
[SetUp]