diff --git a/package.json b/package.json index a72bec1..2157869 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mwn", - "version": "0.7.0", - "description": "MediaWiki bot framework for NodeJS", + "version": "0.7.1", + "description": "MediaWiki bot framework for Node.js", "main": "./src/bot.js", "scripts": { "test": "mocha tests/", @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "github.com/siddharthvp/mwn" + "url": "https://github.com/siddharthvp/mwn" }, "keywords": [ "wikipedia-bot" diff --git a/tests/test_base.js b/tests/test_base.js index 2abca25..c0b2433 100644 --- a/tests/test_base.js +++ b/tests/test_base.js @@ -23,8 +23,6 @@ let bot2 = new mwn({ }); let loginBefore = function() { - this.timeout(7000); - bot.initOAuth(); return bot.getTokensAndSiteInfo().then(() => { expect(bot.csrfToken).to.be.a('string');