Fix trivial spelling error in test comment
This commit is contained in:
parent
2ad4630c03
commit
d3943a2bc0
@ -101,7 +101,7 @@ def test_register_views(test_app):
|
|||||||
'password': 'iamsohappy',
|
'password': 'iamsohappy',
|
||||||
'email': 'easter@egg.com'})
|
'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
|
assert User.query.count() == 1
|
||||||
|
|
||||||
# Successful register
|
# Successful register
|
||||||
|
Loading…
x
Reference in New Issue
Block a user