diff --git a/test/app-tests/loading-test.js b/test/app-tests/loading-test.js index a67d0a0577..92c3b29340 100644 --- a/test/app-tests/loading-test.js +++ b/test/app-tests/loading-test.js @@ -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() {