Skip to content

Commit

Permalink
Fix deterministicgas test
Browse files Browse the repository at this point in the history
  • Loading branch information
masihyeganeh committed Apr 29, 2024
1 parent a18f563 commit c3845a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/deterministicgas/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func TestDeterministicGas_DeterministicMessages(t *testing.T) {
// we assert length to be equal to exact number, so each change requires
// explicit adjustment of tests.
assert.Len(t, nondeterministicMsgs, 62)
assert.Len(t, deterministicMsgs, 66)
assert.Len(t, deterministicMsgs, 67)

for _, sdkMsg := range deterministicMsgs {
sdkMsg := sdkMsg
Expand Down

0 comments on commit c3845a6

Please sign in to comment.