Skip to content

Commit

Permalink
Missing false stop/period from exception message assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Aug 7, 2013
1 parent c56d265 commit 2820228
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -177,7 +177,7 @@ public void testUndefinedValues() throws Exception {
Exception e = descriptor.calculate(ac).getException();
Assert.assertNotNull(e);
// make sure exception was a NPE etc.
Assert.assertEquals("Could not calculate partial charges: Partial charge not-supported for element: 'As'",
Assert.assertEquals("Could not calculate partial charges: Partial charge not-supported for element: 'As'.",
e.getMessage());
}
}
Expand Down

0 comments on commit 2820228

Please sign in to comment.