Skip to content

Commit

Permalink
Update multiaddr_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorropo committed Jan 26, 2024
1 parent d3fd1ea commit 8b290a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions multiaddr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -879,8 +879,6 @@ func TestDNS(t *testing.T) {
}
aa := StringCast(a.String())
if !a.Equal(aa) {
fmt.Println(a.Bytes())
fmt.Println(aa.Bytes())
t.Fatal("expected equality")
}
}

0 comments on commit 8b290a3

Please sign in to comment.