Don't oversubscribe mocha resolution methods v2.1

pull/11301/head
Michael Telatynski 2019-11-04 13:28:53 +00:00
parent c3ce52a6c0
commit 6452cdca04
1 changed files with 2 additions and 2 deletions

View File

@ -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(() => {