mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix failing tests
This commit is contained in:
@ -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
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user