mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Odd dlg thing
This commit is contained in:
@@ -1334,7 +1334,7 @@ public class DialogTests
|
||||
int width = buttonRow.Length;
|
||||
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);
|
||||
|
||||
End (runstate);
|
||||
|
||||
Reference in New Issue
Block a user