瀏覽代碼

Trying to fix unit tests.

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