Fix test beatmaps created without hash being populated

This commit is contained in:
Dean Herbert
2022-01-18 15:43:02 +09:00
parent 9a43ed742b
commit 7084183d6c

View File

@ -130,6 +130,7 @@ namespace osu.Game.Tests.Resources
StarRating = diff,
Length = length,
BPM = bpm,
Hash = Guid.NewGuid().ToString().ComputeMD5Hash(),
Ruleset = rulesetInfo,
Metadata = metadata,
BaseDifficulty = new BeatmapDifficulty