We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ad794 commit 081a7feCopy full SHA for 081a7fe
test/CreateCrossSigning-test.ts
@@ -45,7 +45,7 @@ describe("CreateCrossSigning", () => {
45
46
const makeRequest = jest.fn();
47
await authUploadDeviceSigningKeys!(makeRequest);
48
- expect(makeRequest).toHaveBeenCalledWith({});
+ expect(makeRequest).toHaveBeenCalledWith(null);
49
});
50
51
it("should prompt user if upload failed with UIA", async () => {
0 commit comments