From 6452cdca044c12dc1690c967e88358d9bdccf379 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 4 Nov 2019 13:28:53 +0000 Subject: [PATCH] Don't oversubscribe mocha resolution methods v2.1 --- test/app-tests/loading.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/app-tests/loading.js b/test/app-tests/loading.js index 4d820e66e0..4af06aadf5 100644 --- a/test/app-tests/loading.js +++ b/test/app-tests/loading.js @@ -356,7 +356,7 @@ describe('loading:', function() { loadApp(); - return awaitLoggedIn(matrixChat).then(() => { + awaitLoggedIn(matrixChat).then(() => { // we are logged in - let the sync complete return expectAndAwaitSync(); }).then(() => { @@ -376,7 +376,7 @@ describe('loading:', function() { uriFragment: "#/room/!room:id", }); - return awaitLoggedIn(matrixChat).then(() => { + awaitLoggedIn(matrixChat).then(() => { // we are logged in - let the sync complete return expectAndAwaitSync(); }).then(() => {