mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Refine assertion to ensure correct section is current, rather than any section
This commit is contained in:
@ -55,7 +55,7 @@ namespace osu.Game.Tests.Visual.Settings
|
||||
.All(f => f.FilterTerms.Any(t => t.Contains("scaling")))
|
||||
));
|
||||
|
||||
AddAssert("ensure section is current", () => settings.CurrentSection.Value != null);
|
||||
AddAssert("ensure section is current", () => settings.CurrentSection.Value is GraphicsSection);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
Reference in New Issue
Block a user