Update loading test for JS SDK IDB change

Part of https://github.com/vector-im/riot-web/issues/12207
pull/12552/head
J. Ryan Stinnett 2020-02-27 14:57:52 +00:00
parent 9b9d585af0
commit c70bfe1f91
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ describe('loading:', function() {
indexedDB,
"matrix-js-sdk:crypto",
);
await cryptoStore._connect();
await cryptoStore.startup();
});
it('shows the last known room by default', function() {