Skip to content

Commit

Permalink
Update multiaddr_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorropo authored Jan 26, 2024
1 parent 6b263c9 commit 46f36dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion multiaddr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,6 @@ func FuzzNewMultiaddrBytes(f *testing.F) {
ma, err := NewMultiaddrBytes(b)
if err == nil {
// for any valid multiaddrs, make sure these calls don't panic
_ = ma.String()
ma.Protocols()
roundTripBytes(t, ma)
roundTripString(t, ma)
Expand Down

0 comments on commit 46f36dd

Please sign in to comment.