소스 검색

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.Run ();
 
 
 				Application.Shutdown ();
 				Application.Shutdown ();
-
 			});
 			});
+
 			Assert.Null (exception);
 			Assert.Null (exception);
 		}
 		}
 
 
@@ -586,8 +586,8 @@ namespace Terminal.Gui.Views {
 				Application.Run ();
 				Application.Run ();
 
 
 				Application.Shutdown ();
 				Application.Shutdown ();
-
 			});
 			});
+
 			Assert.Null (exception);
 			Assert.Null (exception);
 		}
 		}
 	}
 	}