Skip to content

Commit

Permalink
Fixed TestGetConsumerChain
Browse files Browse the repository at this point in the history
  • Loading branch information
kirdatatjana committed Oct 25, 2024
1 parent 6336f9d commit adc3a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ccv/provider/keeper/grpc_query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ func TestGetConsumerChain(t *testing.T) {
}

strPrioritylist := make([]string, len(prioritylists[i]))
for j, addr := range allowlists[i] {
for j, addr := range prioritylists[i] {
strPrioritylist[j] = addr.String()
}

Expand Down

0 comments on commit adc3a0e

Please sign in to comment.