Skip to content

Commit

Permalink
log request
Browse files Browse the repository at this point in the history
  • Loading branch information
hieuvubk committed Nov 22, 2024
1 parent 35c616d commit 03fa3be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testutil/testdata/grpc_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ func DeterministicIterationsV2[request, response proto.Message](
assertResponse func(*testing.T, response),
) {
t.Helper()
fmt.Println("request", req)
prevRes, err := queryFn(req)
fmt.Println("query res", prevRes, err)
gasMeter := meterFn()
Expand Down

0 comments on commit 03fa3be

Please sign in to comment.