mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix remaining filter tests
This commit is contained in:
@ -43,6 +43,11 @@ namespace osu.Game.Tests.Visual.OnlinePlay
|
||||
|
||||
if (ruleset != null)
|
||||
{
|
||||
room.PlaylistItemStats.Value = new Room.RoomPlaylistItemStats
|
||||
{
|
||||
RulesetIDs = new[] { ruleset.OnlineID },
|
||||
};
|
||||
|
||||
room.Playlist.Add(new PlaylistItem(new BeatmapInfo { Metadata = new BeatmapMetadata() })
|
||||
{
|
||||
RulesetID = ruleset.OnlineID,
|
||||
|
Reference in New Issue
Block a user