Skip to content

Commit

Permalink
Update tests/e2e/steps_partial_set_security.go
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Offtermatt <[email protected]>
  • Loading branch information
insumity and p-offtermatt authored Apr 2, 2024
1 parent 9293f9c commit 02f4c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/steps_partial_set_security.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func stepsOptInChain() []Step {
ValPowers: &map[ValidatorID]uint{
ValidatorID("alice"): 100,
ValidatorID("bob"): 200,
// "carol" has not yet opted in, the VSCPacket capturing the opt-in should first be relayed
// "carol" has opted in, but the VSCPacket capturing the opt-in was not relayed yet
ValidatorID("carol"): 0,
},
},
Expand Down

0 comments on commit 02f4c10

Please sign in to comment.