mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Update test
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
af0391b86a
commit
f3ef9e6602
@ -418,7 +418,7 @@ describe("Lifecycle", () => {
|
||||
undefined,
|
||||
);
|
||||
|
||||
expect(MatrixClientPeg.start).toHaveBeenCalledWith({ rustCryptoStoreKey: expect.any(Buffer) });
|
||||
expect(MatrixClientPeg.start).toHaveBeenCalledWith({ rustCryptoStoreKey: expect.any(Uint8Array) });
|
||||
});
|
||||
|
||||
describe("with a refresh token", () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user