mirror of
https://github.com/ppy/osu
synced 2025-01-31 18:32:14 +00:00
Fix failing tests
This commit is contained in:
parent
01bc330d1c
commit
0fae10500a
@ -347,11 +347,9 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
|
||||
return Task.FromResult(new APIBeatmap
|
||||
{
|
||||
BeatmapSet = new APIBeatmapSet
|
||||
{
|
||||
OnlineID = set.OnlineID,
|
||||
},
|
||||
OnlineID = set.Beatmaps.First().OnlineID
|
||||
BeatmapSet = new APIBeatmapSet { OnlineID = set.OnlineID },
|
||||
OnlineID = beatmapId,
|
||||
Checksum = set.Beatmaps.First(b => b.OnlineID == beatmapId).MD5Hash
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user