Merge "Fixed up a missing space in an error message"
This commit is contained in:
commit
8e59b81ac9
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user