Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Jan 11, 2024
1 parent 73d3cd5 commit abcb593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/gov/migrations/v5/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func TestMigrateStore(t *testing.T) {
bz = store.Get(v4.ParamsKey)
require.NoError(t, cdc.Unmarshal(bz, &params))
require.NotNil(t, params)
// Expect ExpeditedMinDeposit to equal previous MinDeposit after migraiton.
// After migration, expect `ExpeditedMinDeposit` to equal previous value of `MinDeposit`.
require.Equal(t, params.MinDeposit, params.ExpeditedMinDeposit)
require.Equal(t, v1.DefaultParams().ExpeditedThreshold, params.ExpeditedThreshold)
require.Equal(t, v1.DefaultParams().ExpeditedVotingPeriod, params.ExpeditedVotingPeriod)
Expand Down

0 comments on commit abcb593

Please sign in to comment.