Skip to content

Commit

Permalink
Removed unused code line
Browse files Browse the repository at this point in the history
  • Loading branch information
kirdatatjana committed Aug 21, 2024
1 parent 5e7fb14 commit 8ef0cd6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/ccv/provider/keeper/grpc_query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ func TestQueryConsumerValidators(t *testing.T) {
_, err := pk.QueryConsumerValidators(ctx, &req)
require.Error(t, err)

pk.SetProposedConsumerChain(ctx, chainID, 1)

providerAddr1 := types.NewProviderConsAddress([]byte("providerAddr1"))
consumerKey1 := cryptotestutil.NewCryptoIdentityFromIntSeed(1).TMProtoCryptoPublicKey()
consumerValidator1 := types.ConsensusValidator{ProviderConsAddr: providerAddr1.ToSdkConsAddr(), Power: 1, PublicKey: &consumerKey1}
Expand Down

0 comments on commit 8ef0cd6

Please sign in to comment.