Skip to content

Commit

Permalink
Cleanup PeerConnection in WriteRTCP Test
Browse files Browse the repository at this point in the history
Relates to #3032
  • Loading branch information
Sean-Der committed Feb 11, 2025
1 parent ae260d4 commit 46565ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions peerconnection_go_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1887,4 +1887,6 @@ func Test_WriteRTCP_Disconnected(t *testing.T) {
assert.Error(t, peerConnection.WriteRTCP(
[]rtcp.Packet{&rtcp.RapidResynchronizationRequest{SenderSSRC: 5, MediaSSRC: 10}}),
)

assert.NoError(t, peerConnection.Close())
}

0 comments on commit 46565ff

Please sign in to comment.