From 31900fa1c0e51e809d29d8538bded19ab1c0b225 Mon Sep 17 00:00:00 2001 From: Joe Turki Date: Sat, 4 Jan 2025 09:20:52 -0600 Subject: [PATCH] Improve the issue test --- peerconnection_go_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/peerconnection_go_test.go b/peerconnection_go_test.go index f1c9d76baad..9c0fbd19686 100644 --- a/peerconnection_go_test.go +++ b/peerconnection_go_test.go @@ -1747,7 +1747,6 @@ a=ssrc:29586368 cname:janus return } - // ice candidates have the correct mid and mLineIndex assert.NotEmpty(t, candidate.SDPMid) assert.Contains(t, []string{"0", "1"}, candidate.SDPMid)