commit | 94560d408e486e5977d2988d84d2f72e05c3a41d | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Aug 23 05:41:23 2013 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Aug 23 05:41:47 2013 -0700 |
tree | f41dc0b370145169279905dad94b00d18a69351a | |
parent | eb59b7d83f2458932bd89fbfa22bd8b9b3e77d7c [diff] |
Fixed up a missing space in an error message Change-Id: Id975b336c8cf139af021ebbbfe398313e31b8881
diff --git a/tempest/test.py b/tempest/test.py index 7787790..68cedf0 100644 --- a/tempest/test.py +++ b/tempest/test.py
@@ -97,7 +97,7 @@ def validate_tearDownClass(): if at_exit_set: - raise RuntimeError("tearDownClass does not calls the super's" + raise RuntimeError("tearDownClass does not calls the super's " "tearDownClass in these classes: " + str(at_exit_set))