From d3ed06e2cdb31dcecf5e647f7e1e52185cc76733 Mon Sep 17 00:00:00 2001 From: James Chiang Date: Tue, 5 Nov 2019 08:47:14 +0100 Subject: TestShell: Fix typo in TestShell warning printout --- test/functional/test_framework/test_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/test_framework/test_shell.py b/test/functional/test_framework/test_shell.py index 79da35b364..97fcc3fa47 100644 --- a/test/functional/test_framework/test_shell.py +++ b/test/functional/test_framework/test_shell.py @@ -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__() -- cgit v1.2.3