diff options
author | Andrew Browning <ayleph@thisshitistemp.com> | 2017-10-23 00:05:37 -0400 |
---|---|---|
committer | Andrew Browning <ayleph@thisshitistemp.com> | 2017-10-23 00:05:37 -0400 |
commit | d3943a2bc0a5caa5e0b3f7948db7afae5957b461 (patch) | |
tree | 9e3c02c41d75e61ea3acf9c64490ea86d18a8bc6 /mediagoblin/tests | |
parent | 2ad4630c033acd9c1b52c139830c65bdd471bb66 (diff) | |
download | mediagoblin-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.py | 2 |
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 |