Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Der committed Sep 8, 2023
1 parent bbf5126 commit 1f3aecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peerconnection_close_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func TestPeerConnection_Close_PreICE(t *testing.T) {
t.Fatal(err)
}

assert.NoError(t, pcOffer.Close())
assert.Error(t, pcOffer.Close())

if err = pcAnswer.SetRemoteDescription(answer); err != nil {
t.Fatal(err)
Expand Down

0 comments on commit 1f3aecf

Please sign in to comment.