1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 19:22:54 +08:00

Fix missing beatmap in replay download test scene

Was causing nullrefs in `GetDisplayTitle()`.
This commit is contained in:
Bartłomiej Dach 2021-11-09 14:33:06 +01:00
parent 3d148aea40
commit 03a315b9f5
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -175,7 +175,7 @@ namespace osu.Game.Tests.Visual.Gameplay
Id = 39828, Id = 39828,
Username = @"WubWoofWolf", Username = @"WubWoofWolf",
} }
}.CreateScoreInfo(rulesets); }.CreateScoreInfo(rulesets, CreateBeatmap(new OsuRuleset().RulesetInfo).BeatmapInfo);
} }
private class TestReplayDownloadButton : ReplayDownloadButton private class TestReplayDownloadButton : ReplayDownloadButton