We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bce39db commit a24e23eCopy full SHA for a24e23e
biojava-structure/src/test/java/org/biojava/nbio/structure/rcsb/RCSBLigandsFactoryTest.java
@@ -69,7 +69,7 @@ public void testFromPdbIdsUrl() {
69
assertEquals("CA", ligands.get(0).getLigands().get(0).getId());
70
assertEquals(2, ligands.get(1).getLigands().size());
71
assertEquals("HEM", ligands.get(1).getLigands().get(0).getId());
72
- assertEquals("C34 H32 FE N4 O4", ligands.get(1).getLigands().get(0).getFormula());
+ assertEquals("C34 H32 Fe N4 O4", ligands.get(1).getLigands().get(0).getFormula());
73
assertEquals("O4 P -3", ligands.get(1).getLigands().get(1).getFormula());
74
}
75
0 commit comments