2
0
Эх сурвалжийг харах

Small change to re-run the test in Github.

BDisp 4 жил өмнө
parent
commit
d092fc694d

+ 2 - 2
UnitTests/ScrollBarViewTests.cs

@@ -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);
 		}
 	}