瀏覽代碼

Small change to re-run the test in Github.

BDisp 4 年之前
父節點
當前提交
d092fc694d
共有 1 個文件被更改,包括 2 次插入2 次删除
  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);
 		}
 	}