aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests
diff options
context:
space:
mode:
authorAndrew Browning <ayleph@thisshitistemp.com>2017-10-23 00:05:37 -0400
committerAndrew Browning <ayleph@thisshitistemp.com>2017-10-23 00:05:37 -0400
commitd3943a2bc0a5caa5e0b3f7948db7afae5957b461 (patch)
tree9e3c02c41d75e61ea3acf9c64490ea86d18a8bc6 /mediagoblin/tests
parent2ad4630c033acd9c1b52c139830c65bdd471bb66 (diff)
downloadmediagoblin-d3943a2bc0a5caa5e0b3f7948db7afae5957b461.tar.lz
mediagoblin-d3943a2bc0a5caa5e0b3f7948db7afae5957b461.tar.xz
mediagoblin-d3943a2bc0a5caa5e0b3f7948db7afae5957b461.zip
Fix trivial spelling error in test comment
Diffstat (limited to 'mediagoblin/tests')
-rw-r--r--mediagoblin/tests/test_auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/tests/test_auth.py b/mediagoblin/tests/test_auth.py
index 618d02b6..9cf5ccb0 100644
--- a/mediagoblin/tests/test_auth.py
+++ b/mediagoblin/tests/test_auth.py
@@ -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