mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Cleanup spotlight selection
This commit is contained in:
@ -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));
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user