Skip to content

Commit 30f46d1

Browse files
committed
Fixing test after PDB v5 remediation
1 parent 67b947a commit 30f46d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

biojava-structure/src/test/java/org/biojava/nbio/structure/align/util/AtomCacheTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ public void testGetStructureForChainlessDomains() throws IOException, StructureE
150150
assertEquals(expectedLengthA, a.getAtomGroups().size());
151151

152152

153-
assertTrue(structure.hasNonPolyChain("M"));
154-
assertTrue(structure.hasNonPolyChain("N"));
153+
assertTrue(structure.hasNonPolyChain("G"));
154+
assertTrue(structure.hasNonPolyChain("H"));
155155

156-
Chain copper = structure.getNonPolyChain("M");
156+
Chain copper = structure.getNonPolyChain("I");
157157
assertEquals(1,copper.getAtomGroups().size());
158158

159159
}

0 commit comments

Comments
 (0)