Jelajahi Sumber

Trying to fix unit tests.

BDisp 8 bulan lalu
induk
melakukan
e9e12ab140
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      UnitTests/TestHelpers.cs

+ 2 - 0
UnitTests/TestHelpers.cs

@@ -199,6 +199,8 @@ public class SetupFakeDriverAttribute : BeforeAfterTestAttribute
 
         if (Application.Driver is { })
         {
+            ((FakeDriver)Application.Driver).Rows = 25;
+            ((FakeDriver)Application.Driver).Cols = 25;
             ((FakeDriver)Application.Driver).End ();
         }