From 1d990e97dfe02f3796832a23b7bd076f9c8ac2d1 Mon Sep 17 00:00:00 2001 From: Shawn <44221603+smarshall-spitzbart@users.noreply.github.com> Date: Fri, 14 Jul 2023 15:23:46 -0700 Subject: [PATCH] lint --- x/ccv/consumer/keeper/migration_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/x/ccv/consumer/keeper/migration_test.go b/x/ccv/consumer/keeper/migration_test.go index c463e7c913..7cb87665f0 100644 --- a/x/ccv/consumer/keeper/migration_test.go +++ b/x/ccv/consumer/keeper/migration_test.go @@ -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) - }