Skip to content

Commit

Permalink
Update tests/e2e/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Marius Poke <[email protected]>
  • Loading branch information
p-offtermatt and mpoke authored Dec 6, 2023
1 parent b3c620a commit c6092a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Then what we need to do is the following:
The test config governs the config parameters of validators and chains that can be run in the test,
for example we can set the genesis parameters of a chain using `ChainConfig.GenesisChanges`.
* Define a sequence of actions and state checks to perform for our test case.
* Add our test case in the main file (main.go)[main.go].
* Add the new test case to the main file (main.go)[main.go].

For example, a short sequence of actions and state checks could look like this:
```
Expand Down

0 comments on commit c6092a9

Please sign in to comment.