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:
@ -182,6 +182,7 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
{
|
||||
Hash = Guid.NewGuid().ToString(),
|
||||
OnlineID = importID,
|
||||
Metadata = metadata,
|
||||
};
|
||||
|
||||
beatmapSet.Beatmaps.AddRange(difficultyRulesets.Select((ruleset, difficultyIndex) => new BeatmapInfo
|
||||
|
Reference in New Issue
Block a user