2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-31 06:16:07 +00:00

Minor fixes and Docs update for PR #144

This commit is contained in:
GochoMugo
2016-10-10 13:41:28 +03:00
parent e2eaa3c8db
commit f91d426c35
3 changed files with 32 additions and 8 deletions

View File

@@ -131,8 +131,8 @@ describe('Telegram', function telegramSuite() {
});
});
describe('#getChat', function getMeSuite() {
it('should return an User object', function test() {
describe('#getChat', function getChatSuite() {
it('should return a Chat object', function test() {
const bot = new Telegram(TOKEN);
return bot.getChat(USERID).then(resp => {
assert.ok(is.object(resp));