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 e479c7f commit d37b6d6Copy full SHA for d37b6d6
tests/test_updater.py
@@ -639,8 +639,8 @@ def test_idle(self):
639
self.assertFalse(self.updater.running)
640
641
def test_createBot(self):
642
- updater = Updater('123:abcd')
643
- self.assertIsNotNone(updater.bot)
+ self.updater = Updater('123:abcd')
+ self.assertIsNotNone(self.updater.bot)
644
645
def test_mutualExclusiveTokenBot(self):
646
bot = Bot('123:zyxw')
0 commit comments