Fix tests

This commit is contained in:
Martin Kleinschrodt 2022-05-16 11:14:08 +02:00
parent 74add0f8c5
commit f153b16e0e
1 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ describe("Server", () => {
message: "",
},
kind: "response",
version: "3.1.0",
version: "4.0.0",
})
);
});
@ -46,7 +46,7 @@ describe("Server", () => {
device: {},
auth: {},
kind: "request",
version: "3.1.0",
version: "4.0.0",
}),
}).then((response) => {
expect(response.status).to.eq(200);
@ -55,7 +55,7 @@ describe("Server", () => {
result: null,
error: { code: "invalid_session", message: "" },
kind: "response",
version: "3.1.0",
version: "4.0.0",
})
);
});