From 146157f64833eb38c4cea270dce664efe450e4f6 Mon Sep 17 00:00:00 2001 From: yago Date: Wed, 8 Jul 2015 21:19:25 +0200 Subject: [PATCH] Test #sendDocument into Telegram --- test/index.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/test/index.js b/test/index.js index 2eb868e..944e645 100644 --- a/test/index.js +++ b/test/index.js @@ -201,10 +201,6 @@ describe('Telegram', function () { }); }); - -}); - - describe('#sendDocument', function () { var documentId; it('should send a document from file', function (done) { @@ -245,3 +241,5 @@ describe('Telegram', function () { }); }); }); + +});