mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 20:12:57 +08:00
Fix test regression
This commit is contained in:
parent
8a0b184dd6
commit
d73c0c0c98
@ -138,6 +138,7 @@ namespace osu.Game.Tests.Beatmaps.IO
|
||||
var set = queryBeatmapSets().First();
|
||||
|
||||
foreach (BeatmapInfo b in set.Beatmaps)
|
||||
Assert.IsTrue(set.Beatmaps.Any(c => c.OnlineBeatmapID == b.OnlineBeatmapID));
|
||||
|
||||
Assert.IsTrue(set.Beatmaps.Count > 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user