From a61dea8c4098eb7500a7145951093b69ac74bf67 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Thu, 14 May 2015 17:37:35 +0200 Subject: [PATCH] Update tests. --- test/tests/unit/main/info.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/tests/unit/main/info.js b/test/tests/unit/main/info.js index 9a9e8bff..36381fd6 100644 --- a/test/tests/unit/main/info.js +++ b/test/tests/unit/main/info.js @@ -184,11 +184,11 @@ describe('module \'' + ID + '\'', function () { assert.lengthOf($('#content > #tests'), 1); }); - it('adds HTML #test 14x to #tests', function () { + it('adds HTML #test 15x to #tests', function () { this.xConfig.setup.AS_ADMIN = true; this.applyFn(); - assert.strictEqual($('#tests > .test').length, 14); + assert.strictEqual($('#tests > .test').length, 15); }); it('logout works', function () {