From c70bfe1f91e9820af532b6e7505abdf967583921 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 27 Feb 2020 14:57:52 +0000 Subject: [PATCH] Update loading test for JS SDK IDB change Part of https://github.com/vector-im/riot-web/issues/12207 --- test/app-tests/loading-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {