Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysv committed Nov 10, 2023
1 parent d6fbcd0 commit c025032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/modules/auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ func TestGasEstimation(t *testing.T) {
for _, tt := range testsNonDeterm {
tt := tt
t.Run(tt.name, func(t *testing.T) {
t.Parallel()
_, estimatedGas, err := client.CalculateGas(
ctx,
chain.ClientContext.WithFromAddress(tt.fromAddress),
Expand Down

0 comments on commit c025032

Please sign in to comment.