Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
golangci-lint upgrade to v1.56.2 added more checks

Relates to pion/.goassets#201
  • Loading branch information
Sean-Der committed Mar 16, 2024
1 parent 3ecb68b commit b167540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/result/peerdetails_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func runPeerDetailsTest(t *testing.T, tests []testRun) {
}
}

// nolint
func TestPeerDetailsICE(t *testing.T) {
runPeerDetailsTest(t, []testRun{
{
Expand Down

0 comments on commit b167540

Please sign in to comment.