diff --git a/peerconnection_test.go b/peerconnection_test.go index bfad2630..4352357a 100644 --- a/peerconnection_test.go +++ b/peerconnection_test.go @@ -245,7 +245,7 @@ func TestPeerConnection_GetConfiguration(t *testing.T) { assert.Equal(t, expected.BundlePolicy, actual.BundlePolicy) assert.Equal(t, expected.RTCPMuxPolicy, actual.RTCPMuxPolicy) // 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, expected.ICECandidatePoolSize, actual.ICECandidatePoolSize) }