Explorar el Código

Fix AppendAutocompleteTests.

BDisp hace 1 año
padre
commit
88f8cf9015
Se han modificado 1 ficheros con 1 adiciones y 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);