Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojtek committed Sep 18, 2023
1 parent d04a42b commit 7ce2ee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/modules/bank_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -830,8 +830,8 @@ func TestBankCoreSend(t *testing.T) {
// Keep in mind that to estimate the gas you need to move bank send message to nondeterministic section inside deterministic gas config.
func TestBankSendEstimation(t *testing.T) {
const (
nTokens = 201
step = 10
nTokens = 101
step = 20
)

requireT := require.New(t)
Expand Down

0 comments on commit 7ce2ee6

Please sign in to comment.