mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Update various tests to enable NRT to avoid new inspection failures
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||
// See the LICENCE file in the repository root for full licence text.
|
||||
|
||||
#nullable disable
|
||||
|
||||
using osu.Game.Overlays.BeatmapSet;
|
||||
using System.Collections.Specialized;
|
||||
using System.Linq;
|
||||
@ -29,7 +27,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
LeaderboardModSelector modSelector;
|
||||
FillFlowContainer<SpriteText> selectedMods;
|
||||
|
||||
var ruleset = new Bindable<IRulesetInfo>();
|
||||
var ruleset = new Bindable<IRulesetInfo?>();
|
||||
|
||||
Add(selectedMods = new FillFlowContainer<SpriteText>
|
||||
{
|
||||
|
Reference in New Issue
Block a user