Skip to content

Commit 245742d

Browse files
committed
Fixing test
1 parent 26c6c62 commit 245742d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public void testLocal() throws IOException, StructureException {
240240
testIds.add("BIO:3JC9:1");
241241
testStoichiometries.add("A12B12C12D12E12F12G5H2");
242242
localSymmetries = new HashMap<>();
243-
localSymmetries.put("A12C12D12E12F12H2","C2");
243+
localSymmetries.put("A12B12C12D12E12H2","C2");
244244
localSymmetries.put("A12B12C12D12E12F12","C12");
245245
localSymmetries.put("G5","H");
246246
testLocalSymmetries.add(localSymmetries);
@@ -268,7 +268,7 @@ public void testLocal() throws IOException, StructureException {
268268
for (QuatSymmetryResults local:foundLocal) {
269269
logger.info("Found stoichiometry "+local.getStoichiometry().toString()+" with symmetry "+local.getSymmetry());
270270
assertTrue("Stoichiometry "+local.getStoichiometry().toString()+" not expected for "+testIds.get(iTest),
271-
refLocal.keySet().contains(local.getStoichiometry().toString()));
271+
refLocal.containsKey(local.getStoichiometry().toString()));
272272

273273
assertEquals("Symmetry "+local.getSymmetry()+" with stoichiometry "+local.getStoichiometry().toString()+
274274
" not expected for "+testIds.get(iTest),

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy