Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Jul 14, 2023
1 parent 209d4df commit 1d990e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/ccv/consumer/keeper/migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,4 @@ func TestMigrateConsumerPacketData(t *testing.T) {
require.Equal(t, uint64(77), obtainedPackets[0].GetSlashPacketData().ValsetUpdateId)
require.Equal(t, uint64(88), obtainedPackets[1].GetVscMaturedPacketData().ValsetUpdateId)
require.Equal(t, uint64(99), obtainedPackets[2].GetVscMaturedPacketData().ValsetUpdateId)

}

0 comments on commit 1d990e9

Please sign in to comment.