Added 's' to 'need'.

This commit is contained in:
kououken 2019-03-23 15:15:27 -07:00
parent 9e56fb8413
commit 9011d3508e

View file

@ -107,4 +107,4 @@ Tests for back end code are implemented with Python and Django testing libraries
1. From the `back/` directory, run `pipenv shell` to load Django modules. 1. From the `back/` directory, run `pipenv shell` to load Django modules.
2. Run `python manage.py test`. 2. Run `python manage.py test`.
One test file, `test_backend.py`, covers Django models, views, etc. The other test file, `test_policy.py`, is specific to the rules implemented in the provided `policy.py` file, and need to be updated or removed as changes are made. One test file, `test_backend.py`, covers Django models, views, etc. The other test file, `test_policy.py`, is specific to the rules implemented in the provided `policy.py` file, and needs to be updated or removed as changes are made.