We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381c918 commit 09aa549Copy full SHA for 09aa549
spec/unit/rendezvous/rendezvous.spec.ts
@@ -143,7 +143,7 @@ describe("Rendezvous", function () {
143
const code = JSON.parse(aliceRz.code!) as RendezvousCode;
144
145
expect(code.intent).toEqual(RendezvousIntent.RECIPROCATE_LOGIN_ON_EXISTING_DEVICE);
146
- expect(code.rendezvous?.algorithm).toEqual("org.matrix.msc3903.rendezvous.v1.curve25519-aes-sha256");
+ expect(code.rendezvous?.algorithm).toEqual("org.matrix.msc3903.rendezvous.v2.curve25519-aes-sha256");
147
expect(code.rendezvous?.transport.type).toEqual("org.matrix.msc3886.http.v1");
148
expect((code.rendezvous?.transport as MSC3886SimpleHttpRendezvousTransportDetails).uri).toEqual(
149
"https://fallbackserver/rz/123",
0 commit comments