TestShell: Fix typo in TestShell warning printout

This commit is contained in:
James Chiang 2019-11-05 08:47:14 +01:00
parent bdda137878
commit d3ed06e2cd

View file

@ -53,7 +53,7 @@ class TestShell:
def reset(self):
if self.running:
print("Shutdown TestWrapper before resetting!")
print("Shutdown TestShell before resetting!")
else:
self.num_nodes = None
super().__init__()