From c0a88b7f4ed7802ea2b1f52e9d98c8410349efcd Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 15 Dec 2020 18:06:48 +0000 Subject: [PATCH] Yes, thank you test, you've made your point --- spec/unit/webrtc/call.spec.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/unit/webrtc/call.spec.ts b/spec/unit/webrtc/call.spec.ts index 06884c7b4..06da02502 100644 --- a/spec/unit/webrtc/call.spec.ts +++ b/spec/unit/webrtc/call.spec.ts @@ -142,7 +142,7 @@ describe('Call', function() { await call.onAnswerReceived({ getContent: () => { return { - version: 0, + version: 1, call_id: call.callId, party_id: 'the_correct_party_id', answer: { @@ -156,7 +156,7 @@ describe('Call', function() { call.onRemoteIceCandidatesReceived({ getContent: () => { return { - version: 0, + version: 1, call_id: call.callId, party_id: 'the_correct_party_id', candidates: [ @@ -173,7 +173,7 @@ describe('Call', function() { call.onRemoteIceCandidatesReceived({ getContent: () => { return { - version: 0, + version: 1, call_id: call.callId, party_id: 'some_other_party_id', candidates: [