mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fix all tests.
This commit is contained in:
@@ -100,8 +100,9 @@ public class SpinnerViewTests
|
||||
{
|
||||
var view = new SpinnerView ();
|
||||
|
||||
Application.Top.Add (view);
|
||||
Application.Begin (Application.Top);
|
||||
var top = new Toplevel ();
|
||||
top.Add (view);
|
||||
Application.Begin (top);
|
||||
|
||||
Assert.Equal (1, view.Width);
|
||||
Assert.Equal (1, view.Height);
|
||||
|
||||
Reference in New Issue
Block a user