Cleanup spotlight selection

This commit is contained in:
smoogipoo
2020-01-14 14:01:51 +09:00
parent 18ebd30978
commit 7349c023d1
3 changed files with 25 additions and 11 deletions

View File

@ -29,12 +29,12 @@ namespace osu.Game.Tests.Visual.Online
};
AddStep("Load spotlights", () => selector.Spotlights = spotlights);
AddStep("Load info", () => selector.UpdateInfo(new APISpotlight
AddStep("Load info", () => selector.Current.Value = new APISpotlight
{
StartDate = DateTimeOffset.Now,
EndDate = DateTimeOffset.Now,
ParticipantCount = 15155151,
}, 18));
});
}
}
}