Skip to content

Commit

Permalink
Update docstring for short-happy-path
Browse files Browse the repository at this point in the history
The old docstring was outdated and since modified on main
  • Loading branch information
p-offtermatt authored Aug 11, 2023
1 parent 128ca6b commit f0a700e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ var (
testRun: DefaultTestRun(), steps: shortHappyPathSteps,
description: `This is like the happy path, but skips steps
that involve starting or stopping nodes for the same chain outside of the chain setup or teardown.
In particular, this skips steps related to downtime and double signing.
This is suited for CometMock+Gorelayer testing`,
},
"happy-path": {testRun: DefaultTestRun(), steps: happyPathSteps, description: "happy path tests"},
Expand Down

0 comments on commit f0a700e

Please sign in to comment.