Skip to content

Commit

Permalink
chore: clean test
Browse files Browse the repository at this point in the history
  • Loading branch information
wgr523 authored and gzliudan committed Jul 19, 2024
1 parent a33f78c commit d1a17b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions eth/tracers/tracers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"crypto/ecdsa"
"crypto/rand"
"encoding/json"
"fmt"
"math/big"
"reflect"
"testing"
Expand Down Expand Up @@ -173,8 +172,6 @@ func TestZeroValueToNotExitCall(t *testing.T) {
want := new(callTrace)
json.Unmarshal([]byte(wantStr), want)
if !jsonEqual(have, want) {
x, _ := json.Marshal(have)
fmt.Println(string(x))
t.Error("have != want")
}
}
Expand Down

0 comments on commit d1a17b8

Please sign in to comment.