Browse Source

Odd dlg thing

Tig 1 year ago
parent
commit
7cb9d3e60d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UnitTests/Dialogs/DialogTests.cs

+ 1 - 1
UnitTests/Dialogs/DialogTests.cs

@@ -1334,7 +1334,7 @@ public class DialogTests
         int width = buttonRow.Length;
         int width = buttonRow.Length;
         d.SetBufferSize (buttonRow.Length, 3);
         d.SetBufferSize (buttonRow.Length, 3);
 
 
-        (runstate, Dialog _) = RunButtonTestDialog (title, width, Justification.Centered, null);
+        (runstate, Dialog dlg) = RunButtonTestDialog (title, width, Justification.Centered, null);
         TestHelpers.AssertDriverContentsWithFrameAre ($"{buttonRow}", _output);
         TestHelpers.AssertDriverContentsWithFrameAre ($"{buttonRow}", _output);
 
 
         End (runstate);
         End (runstate);