Fix trivial spelling error in test comment

This commit is contained in:
Andrew Browning 2017-10-23 00:05:37 -04:00
parent 2ad4630c03
commit d3943a2bc0

View File

@ -101,7 +101,7 @@ def test_register_views(test_app):
'password': 'iamsohappy',
'email': 'easter@egg.com'})
## At this point there should on user in the database
## At this point there should be one user in the database
assert User.query.count() == 1
# Successful register