Skip to content

Commit

Permalink
Update loading test for JS SDK IDB change
Browse files Browse the repository at this point in the history
Part of #12207
  • Loading branch information
jryans committed Feb 27, 2020
1 parent 9b9d585 commit c70bfe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app-tests/loading-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit c70bfe1

Please sign in to comment.