Skip to content

Commit e38a0f5

Browse files
author
Yana Valasatava
committed
TestBond is updated to match the updated data in structure file used for test
1 parent 30e7719 commit e38a0f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • biojava-structure/src/test/java/org/biojava/nbio/structure

biojava-structure/src/test/java/org/biojava/nbio/structure/TestBond.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ public void test1BDX() throws IOException, StructureException {
299299
@Test
300300
public void testDeuterated() throws IOException, StructureException {
301301
// The terminal Hydrogen D3 - is missing (from the CCD)
302-
assertEquals(testMissingBonds("1GKT"),1);
302+
assertEquals(testMissingBonds("1GKT"),2);
303303
assertEquals(testMissingBonds("1IO5"),2);
304304
// All H/D2,H/D3 errors
305305
assertEquals(testMissingBonds("5E5J"),13);

0 commit comments

Comments
 (0)