JAL-3253 preliminary static fixes for JavaScript
[jalview.git] / test / jalview / gui / AlignFrameTest.java
index 454ff61..fd10d99 100644 (file)
@@ -164,7 +164,7 @@ public class AlignFrameTest
   @AfterMethod(alwaysRun = true)
   public void tearDown()
   {
-    Desktop.instance.closeAll_actionPerformed(null);
+    Desktop.getInstance().closeAll_actionPerformed(null);
   }
 
   /**