Skip to content

Commit 10cc25f

Browse files
committed
update test case
1 parent 83e3ecc commit 10cc25f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

acceptor/webrtc_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ func TestWebRTC(t *testing.T) {
119119
assert.EqualValues(t, []byte("world"), msg)
120120
}
121121

122-
err = peerConnection.Close()
123-
assert.Nil(t, err)
124-
125122
err = serverConn.Close()
126123
assert.Nil(t, err)
127124

0 commit comments

Comments
 (0)