Explorar o código

Fix AppendAutocompleteTests.

BDisp hai 1 ano
pai
achega
88f8cf9015
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      UnitTests/Views/AppendAutocompleteTests.cs

+ 1 - 1
UnitTests/Views/AppendAutocompleteTests.cs

@@ -227,7 +227,7 @@ public class AppendAutocompleteTests
         var tf = new TextField { Width = 10 };
         var tf2 = new TextField { Y = 1, Width = 10 };
 
-        Toplevel top = Application.Top;
+        Toplevel top = new ();
         top.Add (tf);
         top.Add (tf2);