From cab29f83d8c12c7bca08feaab5bf9c5e30d36729 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Mon, 5 Oct 2020 14:47:39 +0200 Subject: [PATCH] Remove erroneous assertion on pendingRemoteDescription The test expected pendingRemoteDescription to be both null and non-null; kept the right one --- webrtc/RTCPeerConnection-setLocalDescription-pranswer.html | 1 - 1 file changed, 1 deletion(-) diff --git a/webrtc/RTCPeerConnection-setLocalDescription-pranswer.html b/webrtc/RTCPeerConnection-setLocalDescription-pranswer.html index e4296aef139f19..01845f09b16ce1 100644 --- a/webrtc/RTCPeerConnection-setLocalDescription-pranswer.html +++ b/webrtc/RTCPeerConnection-setLocalDescription-pranswer.html @@ -103,7 +103,6 @@ assert_session_desc_similar(pc.pendingLocalDescription, pranswer); assert_equals(pc.currentLocalDescription, null); - assert_equals(pc.pendingRemoteDescription, null); assert_array_equals(states, ['have-remote-offer', 'have-local-pranswer']); });