Merge pull request #31 from nat-n/fix_readme

Fix test instructions to match pipfile
This commit is contained in:
Vasilios Syrakis 2020-04-14 10:55:18 +10:00 committed by GitHub
commit 04a2fcd3eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -323,7 +323,7 @@ Here's how to run the tests.
$ pipenv run generate
# Run the tests
$ pipenv run tests
$ pipenv run test
```
### TODO