Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Removed errant print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Feb 8, 2018
1 parent 990dee5 commit 1c89db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCQGI.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_build_with_exception(self):
result = model.build({})
self.assertFalse(result.success)
self.assertIsNotNone(result.exception)
print(result.exception)

self.assertTrue(str(result.exception) == "ERROR")

def test_that_invalid_syntax_in_script_fails_immediately(self):
Expand Down

0 comments on commit 1c89db5

Please sign in to comment.