Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mpoke committed Dec 5, 2023
1 parent a5f0123 commit ba08125
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions tests/e2e/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,3 @@ func (tr TestConfig) getProposedConsumerChains(chain ChainID) []string {

return chains
}

func uintPtr(i uint) *uint {
return &i
}
1 change: 0 additions & 1 deletion x/ccv/provider/keeper/relay_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ func TestOnRecvVSCMaturedPacket(t *testing.T) {
// Now queue a slash packet data instance for chain-2, confirm v1 result ack is returned
err = executeOnRecvVSCMaturedPacket(t, &providerKeeper, ctx, "channel-2", 2)
require.NoError(t, err)

}

func TestHandleLeadingVSCMaturedPackets(t *testing.T) {
Expand Down

0 comments on commit ba08125

Please sign in to comment.