From 4445abe87117c8e6fc606dfeb989fa5b0d55c831 Mon Sep 17 00:00:00 2001 From: Tig Date: Sun, 22 Sep 2024 17:42:19 -0600 Subject: [PATCH] Code cleanup --- UnitTests/Views/MenuBarTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/Views/MenuBarTests.cs b/UnitTests/Views/MenuBarTests.cs index 53b147b22..25a3ddd66 100644 --- a/UnitTests/Views/MenuBarTests.cs +++ b/UnitTests/Views/MenuBarTests.cs @@ -657,7 +657,7 @@ public class MenuBarTests (ITestOutputHelper output) } [Fact] - [AutoInitShutdown (configLocation: ConfigurationManager.ConfigLocations.None)] + [AutoInitShutdown] public void Draw_A_Menu_Over_A_Top_Dialog () { ((FakeDriver)Application.Driver).SetBufferSize (40, 15);