Browse Source

Small change to re-run the test in Github.

BDisp 4 years ago
parent
commit
d092fc694d
1 changed files with 2 additions and 2 deletions
  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);
 		}
 	}