We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a814e9d commit bc77c84Copy full SHA for bc77c84
tests/test_updater.py
@@ -79,6 +79,7 @@ def setUp(self):
79
self.lock = Lock()
80
81
def _setup_updater(self, *args, **kwargs):
82
+ stop_con_pool()
83
bot = MockBot(*args, **kwargs)
84
self.updater = Updater(workers=2, bot=bot)
85
0 commit comments