Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
sontrinh16 committed Dec 9, 2024
1 parent 292cf01 commit ce829cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func TestPeriodicAccountUndelegate(t *testing.T) {
require.True(t, entries.Entries[0].Amount.Amount.Equal(math.NewInt(1)))
require.True(t, entries.Entries[0].ValidatorAddress == "val_address")

err = acc.CheckUbdEntriesMature(sdkCtx)
err = acc.checkUnbondingEntriesMature(sdkCtx)
require.NoError(t, err)

_, err = acc.UnbondEntries.Get(sdkCtx, "val_address")
Expand Down

0 comments on commit ce829cf

Please sign in to comment.