mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Revert changes causing BeatmapSet.Metadata
to be expectedly null in some tests
This commit is contained in:
@ -148,6 +148,7 @@ namespace osu.Game.Tests.Online
|
||||
Debug.Assert(info.BeatmapSet != null);
|
||||
|
||||
info.BeatmapSet.Beatmaps.Add(info);
|
||||
info.BeatmapSet.Metadata = info.Metadata;
|
||||
info.MD5Hash = stream.ComputeMD5Hash();
|
||||
info.Hash = stream.ComputeSHA2Hash();
|
||||
}
|
||||
|
Reference in New Issue
Block a user