Fix test regression

This commit is contained in:
Dean Herbert
2017-10-16 13:09:01 +09:00
parent 8a0b184dd6
commit d73c0c0c98

View File

@ -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);