mirror of
https://github.com/pion/webrtc.git
synced 2025-10-05 23:26:58 +08:00
Fix broken link to issue in comment
Link incorrectly include /v2 to github repo
This commit is contained in:

committed by
Sean DuBois

parent
d414278550
commit
24877a4714
@@ -245,7 +245,7 @@ func TestPeerConnection_GetConfiguration(t *testing.T) {
|
|||||||
assert.Equal(t, expected.BundlePolicy, actual.BundlePolicy)
|
assert.Equal(t, expected.BundlePolicy, actual.BundlePolicy)
|
||||||
assert.Equal(t, expected.RTCPMuxPolicy, actual.RTCPMuxPolicy)
|
assert.Equal(t, expected.RTCPMuxPolicy, actual.RTCPMuxPolicy)
|
||||||
// TODO(albrow): Uncomment this after #513 is fixed.
|
// TODO(albrow): Uncomment this after #513 is fixed.
|
||||||
// See: https://github.com/pion/webrtc/v2/issues/513.
|
// See: https://github.com/pion/webrtc/issues/513.
|
||||||
// assert.Equal(t, len(expected.Certificates), len(actual.Certificates))
|
// assert.Equal(t, len(expected.Certificates), len(actual.Certificates))
|
||||||
assert.Equal(t, expected.ICECandidatePoolSize, actual.ICECandidatePoolSize)
|
assert.Equal(t, expected.ICECandidatePoolSize, actual.ICECandidatePoolSize)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user