Small change to re-run the test in Github.

This commit is contained in:
BDisp
2021-07-21 12:23:03 +01:00
parent c4232e9a3a
commit d092fc694d

View File

@@ -511,8 +511,8 @@ namespace Terminal.Gui.Views {
Application.Run ();
Application.Shutdown ();
});
Assert.Null (exception);
}
@@ -586,8 +586,8 @@ namespace Terminal.Gui.Views {
Application.Run ();
Application.Shutdown ();
});
Assert.Null (exception);
}
}