Skip to content

Commit

Permalink
Fix TestDeterministicGas_DeterministicMessages test
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil committed Oct 25, 2024
1 parent ec6e581 commit 83cdd94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/deterministicgas/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ func TestDeterministicGas_DeterministicMessages(t *testing.T) {
// To make sure we do not increase/decrease deterministic and extension types accidentally,
// we assert length to be equal to exact number, so each change requires
// explicit adjustment of tests.
assert.Equal(t, 83, nondeterministicMsgCount)
assert.Equal(t, 71, deterministicMsgCount)
assert.Equal(t, 84, nondeterministicMsgCount)
assert.Equal(t, 70, deterministicMsgCount)
assert.Equal(t, 14, extensionMsgCount)
assert.Equal(t, 140, nonExtensionMsgCount)
}
Expand Down

0 comments on commit 83cdd94

Please sign in to comment.