1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 14:22:08 +08:00

Remove extra code

This commit is contained in:
Terochi
2023-03-07 16:03:11 +01:00
Unverified
parent 09e7c21b23
commit bedf4cc259
@@ -553,8 +553,6 @@ namespace osu.Game.Tests.Visual.UserInterface
waitForColumnLoad();
AddAssert("unimplemented mod panel is filtered", () => getPanelForMod(typeof(TestUnimplementedMod)).Filtered.Value);
AddStep("disable panel filtering", () => getPanelForMod(typeof(TestUnimplementedMod)).Filtered.Value = false);
}
[Test]