2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-28 12:57:38 +00:00

Test #sendDocument into Telegram

This commit is contained in:
yago 2015-07-08 21:19:25 +02:00
parent b386e0b43d
commit 146157f648

View File

@ -201,10 +201,6 @@ describe('Telegram', function () {
}); });
}); });
});
describe('#sendDocument', function () { describe('#sendDocument', function () {
var documentId; var documentId;
it('should send a document from file', function (done) { it('should send a document from file', function (done) {
@ -245,3 +241,5 @@ describe('Telegram', function () {
}); });
}); });
}); });
});