Skip to content

Commit

Permalink
Improved e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
kirdatatjana committed Oct 17, 2024
1 parent b6788e6 commit 1c19591
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/e2e/steps_partial_set_security.go
Original file line number Diff line number Diff line change
Expand Up @@ -1949,8 +1949,7 @@ func stepsValidatorsPrioritylistedChain() []Step {
TopN: 0,
ValidatorSetCap: 2,
Prioritylist: []string{
"cosmosvalcons1qmq08eruchr5sf5s3rwz7djpr5a25f7xw4mceq",
"cosmosvalcons1nx7n5uh0ztxsynn4sje6eyq2ud6rc6klc96w39",
"cosmosvalcons1qmq08eruchr5sf5s3rwz7djpr5a25f7xw4mceq", //alice
},
},
},
Expand All @@ -1970,8 +1969,8 @@ func stepsValidatorsPrioritylistedChain() []Step {
ChainID("consu"): ChainState{
ValPowers: &map[ValidatorID]uint{
ValidatorID("alice"): 100,
ValidatorID("bob"): 200,
ValidatorID("carol"): 0, // Carol is not in the validator set due to ValidatorSetCap and priority list
ValidatorID("bob"): 0, // Bob is not in the validator set due to ValidatorSetCap and priority list
ValidatorID("carol"): 300,
},
},
},
Expand Down

0 comments on commit 1c19591

Please sign in to comment.