Skip to content

Commit

Permalink
Another one appeared
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Oct 20, 2023
1 parent c4f3fd3 commit d6177cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integ/crypto/verification.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ import {
ToDeviceEvent,
} from "./olm-utils";
import { KeyBackupInfo } from "../../../src/crypto-api";
import { encodeBase64 } from "../../../src/crypto/olmlib";
import { encodeBase64 } from "../../../src/base64";

// The verification flows use javascript timers to set timeouts. We tell jest to use mock timer implementations
// to ensure that we don't end up with dangling timeouts.
Expand Down

0 comments on commit d6177cd

Please sign in to comment.