JAL-3253-applet feature parameter processing fixed
[jalview.git] / test / jalview / io / FeaturesFileTest.java
index 59ef8ad..59d024c 100644 (file)
@@ -69,7 +69,7 @@ public class FeaturesFileTest
     /*
      * remove any sequence mappings created so they don't pollute other tests
      */
-    Desktop.getStructureSelectionManager().resetAll();
+    Desktop.getInstance().getStructureSelectionManager().resetAll();
   }
 
   @BeforeClass(alwaysRun = true)