Fix test instructions to match pipfile

This commit is contained in:
Nat Noordanus 2020-04-12 18:52:43 +02:00
parent dc7a3e9bdf
commit 582a12577c

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