Skip to content

Commit

Permalink
Update tests/e2e/steps_permissionless_ics.go
Browse files Browse the repository at this point in the history
Co-authored-by: insumity <[email protected]>
  • Loading branch information
bermuell and insumity committed Sep 13, 2024
1 parent 91fac64 commit 01569ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/steps_permissionless_ics.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func stepsPermissionlessICS() []Step {
},
State: State{
ChainID("provi"): e2e.ChainState{
ConsumerChains: &map[ChainID]bool{"cons2": true}, // Consumer chain "consu1" is now removed
ConsumerChains: &map[ChainID]bool{"cons2": true}, // Consumer chain "cons1" is now removed
HasToValidate: &map[ValidatorID][]ChainID{
ValidatorID("alice"): {"cons1"},
ValidatorID("bob"): {"cons1"}, // bob is still a validator on consu chain
Expand Down

0 comments on commit 01569ac

Please sign in to comment.