Skip to content

Commit

Permalink
Update api/debug/debug_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview authored Jul 10, 2024
1 parent ee58f62 commit 448ab50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/debug/debug_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func testHandleTraceCallWithEmptyTraceCallOption(t *testing.T) {

func testTraceCallNextBlock(t *testing.T) {
traceCallOption := &TraceCallOption{}
httpPostAndCheckResponseStatus(t, ts.URL+"/debug/tracers/call?revisoun=next", traceCallOption, 200)
httpPostAndCheckResponseStatus(t, ts.URL+"/debug/tracers/call?revision=next", traceCallOption, 200)
}

func testHandleTraceCall(t *testing.T) {
Expand Down

0 comments on commit 448ab50

Please sign in to comment.