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 c450938 commit d3fd1ea
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 @@ -877,8 +877,6 @@ func TestDNS(t *testing.T) {
if err != nil {
t.Fatal(err)
}
fmt.Println(b)
fmt.Println([]byte(a.String()))
aa := StringCast(a.String())
if !a.Equal(aa) {
fmt.Println(a.Bytes())
Expand Down

0 comments on commit d3fd1ea

Please sign in to comment.