Fix test regression

This commit is contained in:
Dean Herbert
2019-02-19 12:38:45 +09:00
parent 62fe5ad481
commit 0fce23a36b
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ namespace osu.Game.Tests.Visual
[BackgroundDependencyLoader]
private void load()
{
Beatmap.Value = new TestWorkingBeatmap(new OsuRuleset().RulesetInfo, Clock);
Beatmap.Value = new TestWorkingBeatmap(new OsuRuleset().RulesetInfo, null);
Add(new SummaryTimeline
{