Skip to content

Commit c70bfe1

Browse files
committed
Update loading test for JS SDK IDB change
Part of element-hq#12207
1 parent 9b9d585 commit c70bfe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/app-tests/loading-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ describe('loading:', function() {
307307
indexedDB,
308308
"matrix-js-sdk:crypto",
309309
);
310-
await cryptoStore._connect();
310+
await cryptoStore.startup();
311311
});
312312

313313
it('shows the last known room by default', function() {

0 commit comments

Comments
 (0)