Tig преди 1 година
родител
ревизия
0e7e1e2c1e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      UnitTests/View/TitleTests.cs

+ 1 - 1
UnitTests/View/TitleTests.cs

@@ -37,7 +37,7 @@ public class TitleTests (ITestOutputHelper output)
         Assert.Equal (text, view.Text);
 
         // SetupFakeDriver only create a screen with 25 cols and 25 rows
-        Assert.Equal (new (text.Length, 1), view.GetContentSize ());
+        Assert.Equal (new (25, 3), view.GetContentSize ());
 
         top.Dispose ();
     }