Skip to content

Commit f3ef9e6

Browse files
committed
Update test
Signed-off-by: Michael Telatynski <[email protected]>
1 parent af0391b commit f3ef9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit-tests/Lifecycle-test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ describe("Lifecycle", () => {
418418
undefined,
419419
);
420420

421-
expect(MatrixClientPeg.start).toHaveBeenCalledWith({ rustCryptoStoreKey: expect.any(Buffer) });
421+
expect(MatrixClientPeg.start).toHaveBeenCalledWith({ rustCryptoStoreKey: expect.any(Uint8Array) });
422422
});
423423

424424
describe("with a refresh token", () => {

0 commit comments

Comments
 (0)