Fix scores container test failures

This commit is contained in:
Joseph Madamba 2022-05-26 20:58:47 -07:00
parent 3554563114
commit 389020b497
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ public TestBeatmap(RulesetInfo ruleset, bool withHitObjects = true)
BeatmapInfo.Length = 75000;
BeatmapInfo.OnlineInfo = new APIBeatmap();
BeatmapInfo.OnlineID = Interlocked.Increment(ref onlineBeatmapID);
BeatmapInfo.Status = BeatmapOnlineStatus.Ranked;
Debug.Assert(BeatmapInfo.BeatmapSet != null);