Update test

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2024-12-03 17:38:24 +00:00
parent af0391b86a
commit f3ef9e6602

View File

@@ -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", () => {