From 94560d408e486e5977d2988d84d2f72e05c3a41d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 23 Aug 2013 05:41:23 -0700 Subject: [PATCH] Fixed up a missing space in an error message Change-Id: Id975b336c8cf139af021ebbbfe398313e31b8881 --- tempest/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tempest/test.py b/tempest/test.py index 77877908cd..68cedf0c6c 100644 --- a/tempest/test.py +++ b/tempest/test.py @@ -97,7 +97,7 @@ at_exit_set = set() 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))