diff --git a/tests/e2e/steps_partial_set_security.go b/tests/e2e/steps_partial_set_security.go index ae79a5b06c..2f56e68038 100644 --- a/tests/e2e/steps_partial_set_security.go +++ b/tests/e2e/steps_partial_set_security.go @@ -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, }, },