diff --git a/sith.py b/sith.py index 34823f59..2c2ed5f7 100755 --- a/sith.py +++ b/sith.py @@ -157,7 +157,7 @@ class TestCase(object): def show_operation(self): print("%s:\n" % self.operation.capitalize()) - if self.operation == 'completions': + if self.operation == 'complete': self.show_completions() else: self.show_definitions()