Skip to content

Commit

Permalink
Fixed a typo in the test method name
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Apr 6, 2010
1 parent 6079160 commit 8142ae5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -349,7 +349,7 @@ public void testMultiCenterCompare() {
}

@Test
public void testMltiCenterContains() {
public void testMultiCenterContains() {
IChemObject object = newChemObject();
IAtom atom1 = object.getBuilder().newInstance(IAtom.class,"C");
IAtom atom2 = object.getBuilder().newInstance(IAtom.class,"O");
Expand Down

0 comments on commit 8142ae5

Please sign in to comment.