JAL-1919 Fixed failing tests, enabled HETATM processing from structure file to be...
[jalview.git] / test / jalview / structure / StructureSelectionManagerTest.java
index 999d158..16f56a6 100644 (file)
@@ -43,7 +43,7 @@ public class StructureSelectionManagerTest
   @BeforeMethod(alwaysRun = true)
   public void setUp()
   {
-    StructureViewSettings.setShowSeqFeatures(true);
+    StructureImportSettings.setShowSeqFeatures(true);
     ssm = new StructureSelectionManager();
   }