Tell sith that 'completions' became 'complete'

This commit is contained in:
Peter Law
2020-02-12 22:45:00 +00:00
committed by Dave Halter
parent d42d3f45f0
commit c7d1b8de9e

View File

@@ -157,7 +157,7 @@ class TestCase(object):
def show_operation(self): def show_operation(self):
print("%s:\n" % self.operation.capitalize()) print("%s:\n" % self.operation.capitalize())
if self.operation == 'completions': if self.operation == 'complete':
self.show_completions() self.show_completions()
else: else:
self.show_definitions() self.show_definitions()