Skip to content

Commit

Permalink
Update migration_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Sep 19, 2023
1 parent 96bb2a2 commit cacf087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func TestMigrate2To3(t *testing.T) {
require.Empty(t, slash3)
require.Empty(t, vscm3)

// Confirm unbonding op indexes are deleted, meaning vsc matured packets were handled
// Confirm timestamps are deleted, meaning vsc matured packets were handled
for _, data := range vscm1 {
_, found := consumerKeeper.GetVscSendTimestamp(ctx, "chain-1", data.ValsetUpdateId)
require.False(t, found)
Expand Down

0 comments on commit cacf087

Please sign in to comment.