From fe6830cd8305e3cd784eaef86d8b8a9ec5b4472f Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Wed, 13 May 2015 14:09:30 +0200 Subject: [PATCH] Update tests. --- test/tests/unit/main/info.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/tests/unit/main/info.js b/test/tests/unit/main/info.js index b9c2b727..be7c83a5 100644 --- a/test/tests/unit/main/info.js +++ b/test/tests/unit/main/info.js @@ -13,7 +13,8 @@ describe('module \'' + ID + '\'', function () { this.xConfig = { setup: { VERSION: util.uniqId() - } + }, + options: {} }; this.xServer = { request: sinon.stub()