fixed local test issue with curses

This commit is contained in:
Tigger Kindel
2023-08-12 10:27:01 -06:00
committed by Tig
parent fe23b564b3
commit ad23a100df
4 changed files with 10 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ namespace Terminal.Gui.DriverTests {
public ConsoleDriverTests (ITestOutputHelper output)
{
ConsoleDriver.RunningUnitTests = true;
this.output = output;
}