TestShell: Fix typo in TestShell warning printout

pull/764/head
James Chiang 5 years ago
parent bdda137878
commit d3ed06e2cd

@ -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__()

Loading…
Cancel
Save