Fix readme.

This commit is contained in:
DrPeterVanNostrand 2018-10-10 15:39:02 +00:00
parent 41332c21dd
commit c507b89425
1 changed files with 2 additions and 2 deletions

View File

@ -59,11 +59,11 @@ Building `poagov` requires Rust `1.29.0-stable` or later and `libssl`; see the
### Testing
You can run `poagov`'s tests to ensure that it everything is working properly:
You can run `poagov`'s tests to ensure that everything is working properly:
$ cargo test --release
The test suite will verify: that the required env-vars are found the `.env`
The test suite will verify: that the required env-vars are found in the `.env`
file, that each network's JSON-RPC server can be reached, and that each
contract ABI can be loaded.