mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-19 05:54:45 +00:00
test: assert matrix recovery key result
This commit is contained in:
@@ -128,7 +128,7 @@ describe("createMatrixCryptoFacade", () => {
|
||||
deviceId: "DEVICE",
|
||||
});
|
||||
expect(result.id).toBe("verification-1");
|
||||
await expect(facade.getRecoveryKey()).resolves.toMatchObject({ keyId: "KEY" });
|
||||
await expect(facade.getRecoveryKey()).resolves.toEqual({ keyId: "KEY" });
|
||||
});
|
||||
|
||||
it("rehydrates in-progress DM verification requests from the raw crypto layer", async () => {
|
||||
|
||||
Reference in New Issue
Block a user