Skip to content

Commit d3ed06e

Browse files
committed
TestShell: Fix typo in TestShell warning printout
1 parent bdda137 commit d3ed06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/test_framework/test_shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def shutdown(self):
5353

5454
def reset(self):
5555
if self.running:
56-
print("Shutdown TestWrapper before resetting!")
56+
print("Shutdown TestShell before resetting!")
5757
else:
5858
self.num_nodes = None
5959
super().__init__()

0 commit comments

Comments
 (0)