Skip to content

Commit e9e12ab

Browse files
committed
Trying to fix unit tests.
1 parent 0446c22 commit e9e12ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UnitTests/TestHelpers.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ public override void After (MethodInfo methodUnderTest)
199199

200200
if (Application.Driver is { })
201201
{
202+
((FakeDriver)Application.Driver).Rows = 25;
203+
((FakeDriver)Application.Driver).Cols = 25;
202204
((FakeDriver)Application.Driver).End ();
203205
}
204206

0 commit comments

Comments
 (0)