From 777ca5c9d52a1b1ce05f334baefc746f4e872ef6 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Mon, 27 Feb 2023 10:04:43 +0000 Subject: [PATCH] JAL-629 JAL-4124 JAL-3855 remove deleted debugging test file from tests --- test/jalview/ws/dbsources/EBIAlphaFoldTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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") -- 1.7.10.2