From c6092a9f70012470f50ca0b4837c27227c7a8c14 Mon Sep 17 00:00:00 2001 From: Philip Offtermatt <57488781+p-offtermatt@users.noreply.github.com> Date: Wed, 6 Dec 2023 13:31:47 +0100 Subject: [PATCH] Update tests/e2e/README.md Co-authored-by: Marius Poke --- tests/e2e/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/README.md b/tests/e2e/README.md index f26e41ccea..d38f99fef3 100644 --- a/tests/e2e/README.md +++ b/tests/e2e/README.md @@ -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: ```