Skip to content

Commit a69aa4c

Browse files
author
Dmytro Guzenko
committed
removed bad structure from tests (no sequences present)
1 parent 5a1068d commit a69aa4c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

biojava-integrationtest/src/test/java/org/biojava/nbio/structure/test/symmetry/TestQuatSymmetryDetectorExamples.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,6 @@ public void testLocal() throws IOException, StructureException {
164164
localSymmetries.put("A2B2C2D2E2F2G2H2I2J2K2L2M2N2","C2");
165165
testLocalSymmetries.add(localSymmetries);
166166

167-
testIds.add("BIO:5LUF:1");
168-
testStoichiometries.add("A9B6C3D3E3F2G2H2I2J2K2L2M2N2O2PQRSTUVWXYZabcdefg");
169-
localSymmetries = new HashMap<>();
170-
localSymmetries.put("F2G2H2I2J2K2L2M2N2O2","C2");
171-
testLocalSymmetries.add(localSymmetries);
172-
173167
testIds.add("BIO:5JXT:1");
174168
testStoichiometries.add("A16");
175169
localSymmetries = new HashMap<>();

0 commit comments

Comments
 (0)