mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 21:52:55 +08:00
Fix scores container test failures
This commit is contained in:
parent
3554563114
commit
389020b497
@ -35,6 +35,7 @@ namespace osu.Game.Tests.Beatmaps
|
|||||||
BeatmapInfo.Length = 75000;
|
BeatmapInfo.Length = 75000;
|
||||||
BeatmapInfo.OnlineInfo = new APIBeatmap();
|
BeatmapInfo.OnlineInfo = new APIBeatmap();
|
||||||
BeatmapInfo.OnlineID = Interlocked.Increment(ref onlineBeatmapID);
|
BeatmapInfo.OnlineID = Interlocked.Increment(ref onlineBeatmapID);
|
||||||
|
BeatmapInfo.Status = BeatmapOnlineStatus.Ranked;
|
||||||
|
|
||||||
Debug.Assert(BeatmapInfo.BeatmapSet != null);
|
Debug.Assert(BeatmapInfo.BeatmapSet != null);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user