JAL-3253 preliminary static fixes for JavaScript
[jalview.git] / test / jalview / gui / SeqPanelTest.java
index 6783514..54c967f 100644 (file)
@@ -252,7 +252,7 @@ public class SeqPanelTest
   @AfterMethod(alwaysRun = true)
   public void tearDown()
   {
-    Desktop.instance.closeAll_actionPerformed(null);
+    Desktop.getInstance().closeAll_actionPerformed(null);
   }
 
   @Test(groups = "Functional")