From: Andrew Browning Date: Mon, 23 Oct 2017 04:05:37 +0000 (-0400) Subject: Fix trivial spelling error in test comment X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d3943a2bc0a5caa5e0b3f7948db7afae5957b461;p=mediagoblin.git Fix trivial spelling error in test comment --- 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