Skip to content

Commit

Permalink
chore(docs): fix link to docker (#7395)
Browse files Browse the repository at this point in the history
Please read [contributing guidelines](CONTRIBUTING.md) and remove this
line.
  • Loading branch information
rahul-kothari authored Jul 9, 2024
1 parent 7c96636 commit ad4a401
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ So to summarize:

In order to use the TXE, it must be running on a known address. By default, TXE runs at `http://localhost:8080`. So you can run contracts tests with:

`aztec-nargo test --oracle-resolver http://localhost:8080`
`aztec-nargo test --oracle-resolver http://host.docker.internal:8080`

:::warning
Since TXE tests are written in Noir and executed with `aztec-nargo`, they all run in parallel. This also means every test creates their own isolated environment, so state modifications are local to each one of them.
Expand Down

0 comments on commit ad4a401

Please sign in to comment.