Skip to content

Commit

Permalink
linting is very important
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Aug 7, 2023
1 parent 569599a commit 18a86c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/ccv/consumer/keeper/keeper_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -605,5 +605,4 @@ func TestDeleteHeadOfPendingPackets(t *testing.T) {
pp = consumerKeeper.GetPendingPackets(ctx)
require.Len(t, pp, 1)
require.Equal(t, pp[0].Type, ccv.VscMaturedPacket)

}

0 comments on commit 18a86c3

Please sign in to comment.