diff --git a/x/deterministicgas/config_test.go b/x/deterministicgas/config_test.go index a608a1fd3..879b61287 100644 --- a/x/deterministicgas/config_test.go +++ b/x/deterministicgas/config_test.go @@ -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