parent
af0391b86a
commit
f3ef9e6602
|
@ -418,7 +418,7 @@ describe("Lifecycle", () => {
|
||||||
undefined,
|
undefined,
|
||||||
);
|
);
|
||||||
|
|
||||||
expect(MatrixClientPeg.start).toHaveBeenCalledWith({ rustCryptoStoreKey: expect.any(Buffer) });
|
expect(MatrixClientPeg.start).toHaveBeenCalledWith({ rustCryptoStoreKey: expect.any(Uint8Array) });
|
||||||
});
|
});
|
||||||
|
|
||||||
describe("with a refresh token", () => {
|
describe("with a refresh token", () => {
|
||||||
|
|
Loading…
Reference in New Issue