Skip to content

Commit

Permalink
update e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sainoe committed Aug 4, 2023
1 parent 5c32de8 commit 1ae356f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/steps_consumer_misbehaviour.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ func stepsCauseConsumerMisbehaviour(consumerName string) []Step {
},
state: State{
chainID("provi"): ChainState{
// validator should be jailed
// validator should be jailed on the provider
ValPowers: &map[validatorID]uint{
validatorID("alice"): 511,
validatorID("alice"): 0,
validatorID("bob"): 20,
},
// The consumer light client should be frozen
Expand Down

0 comments on commit 1ae356f

Please sign in to comment.