JAL-629 JAL-4124 JAL-3855 remove deleted debugging test file from tests
authorBen Soares <b.soares@dundee.ac.uk>
Mon, 27 Feb 2023 10:04:43 +0000 (10:04 +0000)
committerBen Soares <b.soares@dundee.ac.uk>
Mon, 27 Feb 2023 10:04:43 +0000 (10:04 +0000)
test/jalview/ws/dbsources/EBIAlphaFoldTest.java

index 20435f4..e619b8e 100644 (file)
@@ -28,8 +28,7 @@ public class EBIAlphaFoldTest
         "examples/test_fab41.result/test_fab41_predicted_aligned_error_v1.json" },
         { "examples/AlphaFold/AF-A0A1U8FD60-F1-predicted_aligned_error_v4.json" },
         { "examples/AlphaFold/AF-Q5VSL9-F1-predicted_aligned_error_v4.json" },
-        { "examples/AlphaFold/AF-Q5VSL9-F1-predicted_aligned_error_v4_2023.json" } ,
-        { "examples/AlphaFold/AF-Q5VSL9-F1-predicted_aligned_error_v4B.json" } };
+        { "examples/AlphaFold/AF-Q5VSL9-F1-predicted_aligned_error_v4_2023.json" } };
   }
 
   @Test(groups = { "Functional" }, dataProvider = "getExamplePAEfiles")