From e505ea2047ca5fd1ba4804034150b665ccdce1d9 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Wed, 26 Jul 2023 02:50:37 +0300 Subject: [PATCH] Edit docstring mentioning pybitmessage --- minode/tests/test_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minode/tests/test_process.py b/minode/tests/test_process.py index bb90a65..e5959fc 100644 --- a/minode/tests/test_process.py +++ b/minode/tests/test_process.py @@ -42,7 +42,7 @@ class TestProcessProto(unittest.TestCase): @classmethod def tearDownClass(cls): - """Ensures that pybitmessage stopped and removes files""" + """Ensures the process is stopped and removes files""" try: if not cls._stop_process(10): try: