JAL-3253 jalview.bin.Instance handles all singleton instances -
[jalview.git] / test / jalview / ext / jmol / JmolViewerTest.java
index 7ef0d16..e2feb50 100644 (file)
@@ -74,7 +74,7 @@ public class JmolViewerTest
   @AfterClass(alwaysRun = true)
   public static void tearDownAfterClass() throws Exception
   {
-    jalview.gui.Desktop.getInstance().closeAll_actionPerformed(null);
+    jalview.bin.Instance.getDesktop().closeAll_actionPerformed(null);
   }
 
   @Test(groups = { "Functional" })