Skip to content

Commit

Permalink
fix: solo relays command is not working (#187)
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
  • Loading branch information
leninmehedy authored Mar 26, 2024
1 parent 4b0d238 commit 9ee6b46
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 209 deletions.
6 changes: 3 additions & 3 deletions DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Below we describe how you can set up local environment and contribute to `solo`.
* Run `npm run test-e2e`

* Tests are run in random order. The random seed value is shown as message such as:
`Using timestamp seed 1711414247085 for random test order`
`Using timestamp seed 1711414247085 for random test order`

* If you like to rerun tests with the same seed, use environment variable `RANDOM_SEED=<integer_number>` with `npm run test-e2e` command.
* Example: `RANDOM_SEED=20 npm run test-e2e`,
and you should see an output like: `Using preset seed 20 for random test order`
* Example: `RANDOM_SEED=20 npm run test-e2e`,
and you should see an output like: `Using preset seed 20 for random test order`
Loading

0 comments on commit 9ee6b46

Please sign in to comment.