JAL-3253 jalview.bin.Instance handles all singleton instances -
[jalview.git] / test / jalview / io / JalviewExportPropertiesTests.java
index 1614453..0eaa36a 100644 (file)
@@ -63,7 +63,7 @@ public class JalviewExportPropertiesTests
   @AfterClass(alwaysRun = true)
   public static void tearDownAfterClass() throws Exception
   {
-    jalview.gui.Desktop.getInstance().closeAll_actionPerformed(null);
+    jalview.bin.Instance.getDesktop().closeAll_actionPerformed(null);
 
   }