Skip to content

Commit 6bc79ad

Browse files
authored
Merge pull request element-hq#12552 from vector-im/jryans/safari-e2e-idb
Update loading test for JS SDK IDB change
2 parents a4512ff + c70bfe1 commit 6bc79ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)