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

@ -53,6 +53,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
{
OnlineID = 10,
Hash = new MemoryStream(Encoding.UTF8.GetBytes(Guid.NewGuid().ToString())).ComputeMD5Hash(),
Metadata = metadata,
DateAdded = DateTimeOffset.UtcNow,
};