Skip to content

Commit

Permalink
Move tracer test to new directory
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald committed Jul 14, 2023
1 parent 53cc435 commit 9436e5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions eth/tracers/internal/tracetest/prestate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ func TestPrestateWithDiffModeTracer(t *testing.T) {
testPrestateDiffTracer("prestateTracer", "prestate_tracer_with_diff_mode", t)
}

func TestPrestateWithDiffModeANTTracer(t *testing.T) {
testPrestateDiffTracer("prestateTracer", "prestate_tracer_ant", t)
}

func testPrestateDiffTracer(tracerName string, dirPath string, t *testing.T) {
files, err := os.ReadDir(filepath.Join("testdata", dirPath))
if err != nil {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@
}
}
}
}
}

0 comments on commit 9436e5f

Please sign in to comment.