Skip to content

Commit

Permalink
update ProposeConsumerChains in e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaru Wang committed Sep 21, 2023
1 parent 114db15 commit 74b7d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/steps_start_chains.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ func stepsStartConsumerChain(consumerName string, proposalIndex, chainIndex uint
Status: "PROPOSAL_STATUS_VOTING_PERIOD",
},
},
ProposedConsumerChains: &[]string{consumerName},
},
},
},
Expand Down Expand Up @@ -138,6 +137,7 @@ func stepsStartConsumerChain(consumerName string, proposalIndex, chainIndex uint
ValidatorID("alice"): 9500000000,
ValidatorID("bob"): 9500000000,
},
ProposedConsumerChains: &[]string{consumerName},
},
},
},
Expand Down

0 comments on commit 74b7d91

Please sign in to comment.