diff --git a/Tests/pkacalc_test.py b/Tests/pkacalc_test.py index c82ce4f..7eb0bd8 100644 --- a/Tests/pkacalc_test.py +++ b/Tests/pkacalc_test.py @@ -64,5 +64,5 @@ class SystemTest(unittest.TestCase): if errors: error_header = " Group Expected Calculated\n" - self.Fail("Unexpected pKa values:\n" + error_header + + self.fail("Unexpected pKa values:\n" + error_header + "\n".join(errors))