mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-25 08:37:07 +01:00
Remove import pdb
This commit is contained in:
parent
9b6ccaf94b
commit
fda1843593
1 changed files with 0 additions and 2 deletions
|
@ -45,10 +45,8 @@ class BotTest(unittest.TestCase):
|
|||
message = self._bot.sendMessage(chat_id=12173560,
|
||||
text='Моё судно на воздушной подушке полно угрей')
|
||||
self.assertEqual(u'Моё судно на воздушной подушке полно угрей', message.text)
|
||||
import pdb; pdb.set_trace()
|
||||
self.assertIsInstance(message.date, datetime)
|
||||
|
||||
|
||||
def testGetUpdates(self):
|
||||
'''Test the telegram.Bot getUpdates method'''
|
||||
print('Testing getUpdates')
|
||||
|
|
Loading…
Reference in a new issue