Selaa lähdekoodia

Small change to re-run the test in Github.

BDisp 4 vuotta sitten
vanhempi
commit
d092fc694d
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      UnitTests/ScrollBarViewTests.cs

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