mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Revert changes causing BeatmapSet.Metadata
to be expectedly null in some tests
This commit is contained in:
@ -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,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user