Remove extra code

This commit is contained in:
Terochi
2023-03-07 16:03:11 +01:00
parent 09e7c21b23
commit bedf4cc259

View File

@ -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]