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
|
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
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user