Fix failing tests

This commit is contained in:
Dean Herbert
2021-11-30 20:02:15 +09:00
parent 01bc330d1c
commit 0fae10500a

View File

@ -347,11 +347,9 @@ namespace osu.Game.Tests.Visual.Multiplayer
return Task.FromResult(new APIBeatmap return Task.FromResult(new APIBeatmap
{ {
BeatmapSet = new APIBeatmapSet BeatmapSet = new APIBeatmapSet { OnlineID = set.OnlineID },
{ OnlineID = beatmapId,
OnlineID = set.OnlineID, Checksum = set.Beatmaps.First(b => b.OnlineID == beatmapId).MD5Hash
},
OnlineID = set.Beatmaps.First().OnlineID
}); });
} }