From 4c9f88560e084e4aa398e2fc6ab633536af049ee Mon Sep 17 00:00:00 2001 From: blagoev Date: Thu, 6 Apr 2017 18:26:36 +0300 Subject: [PATCH] fix testCurrent user test --- tests/js/user-tests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/js/user-tests.js b/tests/js/user-tests.js index 7eb1c84b..a0b08cc7 100644 --- a/tests/js/user-tests.js +++ b/tests/js/user-tests.js @@ -279,8 +279,8 @@ module.exports = { resolve(); }); - }); - }).catch(e => reject(e)); + }).catch(e => reject(e)); + }); }, testManagementRealm() {