We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c35c6b2 commit 6c6b26bCopy full SHA for 6c6b26b
net_test.go
@@ -297,7 +297,7 @@ func TestIP6LinkLocal(t *testing.T) {
297
isLinkLocal := (a == 0xfe80)
298
m := newMultiaddr(t, fmt.Sprintf("/ip6/%x::1", a))
299
if IsIP6LinkLocal(m) != isLinkLocal {
300
- t.Error("IsIP6LinkLocal failed (%s != %v)", m, isLinkLocal)
+ t.Errorf("IsIP6LinkLocal failed (%s != %v)", m, isLinkLocal)
301
}
302
303
0 commit comments