JAL-3989 Independent creation of JSON installer sections
[jalview.git] / test / mc_view / PDBChainTest.java
index 14ec1e7..0f748ce 100644 (file)
@@ -68,7 +68,7 @@ public class PDBChainTest
   {
     System.out.println("setup");
     StructureImportSettings.setShowSeqFeatures(true);
-    c = new PDBChain("1GAQ", "A", false);
+    c = new PDBChain("1GAQ", "A");
   }
 
   @Test(groups = { "Functional" })