Skip to content

Commit 89ac700

Browse files
committed
test(legacy crypto): update existing integ tests to run successfully
1 parent 0b31afd commit 89ac700

6 files changed

+23
-545
lines changed

spec/integ/crypto/cross-signing.spec.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import "fake-indexeddb/auto";
1919
import { IDBFactory } from "fake-indexeddb";
2020

2121
import { CRYPTO_BACKENDS, InitCrypto, syncPromise } from "../../test-utils/test-utils";
22-
import { AuthDict, createClient, CryptoEvent, MatrixClient } from "../../../src";
22+
import { AuthDict, createClient, MatrixClient } from "../../../src";
2323
import { mockInitialApiRequests, mockSetupCrossSigningRequests } from "../../test-utils/mockEndpoints";
2424
import encryptAESSecretStorageItem from "../../../src/utils/encryptAESSecretStorageItem.ts";
2525
import { CryptoCallbacks, CrossSigningKey } from "../../../src/crypto-api";
@@ -37,6 +37,7 @@ import {
3737
import * as testData from "../../test-utils/test-data";
3838
import { E2EKeyResponder } from "../../test-utils/E2EKeyResponder";
3939
import { AccountDataAccumulator } from "../../test-utils/AccountDataAccumulator";
40+
import { CryptoEvent } from "../../../src/crypto-api";
4041

4142
afterEach(() => {
4243
// reset fake-indexeddb after each test, to make sure we don't leak connections

0 commit comments

Comments
 (0)