Revert changes causing BeatmapSet.Metadata to be expectedly null in some tests

This commit is contained in:
Dean Herbert
2021-11-24 14:32:18 +09:00
parent a7853fc9cc
commit 44c34ca7b2
6 changed files with 22 additions and 14 deletions

View File

@ -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();
}