From: Ben Soares Date: Mon, 27 Feb 2023 10:04:43 +0000 (+0000) Subject: JAL-629 JAL-4124 JAL-3855 remove deleted debugging test file from tests X-Git-Tag: Release_2_11_4_0~468 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=777ca5c9d52a1b1ce05f334baefc746f4e872ef6;p=jalview.git JAL-629 JAL-4124 JAL-3855 remove deleted debugging test file from tests --- diff --git a/test/jalview/ws/dbsources/EBIAlphaFoldTest.java b/test/jalview/ws/dbsources/EBIAlphaFoldTest.java index 20435f4..e619b8e 100644 --- a/test/jalview/ws/dbsources/EBIAlphaFoldTest.java +++ b/test/jalview/ws/dbsources/EBIAlphaFoldTest.java @@ -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")