Update test
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
af0391b86a
commit
f3ef9e6602
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue