Skip to content

Commit

Permalink
tests: revert reducing happyPath steps count
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed Aug 9, 2023
1 parent 553ed3c commit 01ac656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/steps.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var happyPathSteps = concatSteps(
stepsSubmitEquivocationProposal("consu", 2), // now prop to tombstone bob is submitted and accepted
stepsStartRelayer(),
stepsConsumerRemovalPropNotPassing("consu", 3), // submit removal prop but vote no on it - chain should stay
stepsStopChain("consu", 4),
stepsStopChain("consu", 4), // stop chain
)

var shortHappyPathSteps = concatSteps(
Expand Down

0 comments on commit 01ac656

Please sign in to comment.