mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fixed bogus Title test
This commit is contained in:
@@ -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 ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user