From d092fc694d9c5a8b6842bd02b6a3c0a7a07576a4 Mon Sep 17 00:00:00 2001 From: BDisp Date: Wed, 21 Jul 2021 12:23:03 +0100 Subject: [PATCH] Small change to re-run the test in Github. --- UnitTests/ScrollBarViewTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UnitTests/ScrollBarViewTests.cs b/UnitTests/ScrollBarViewTests.cs index 21a168e6c..382847a04 100644 --- a/UnitTests/ScrollBarViewTests.cs +++ b/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); } }