Fix trivial spelling error in test comment
authorAndrew Browning <ayleph@thisshitistemp.com>
Mon, 23 Oct 2017 04:05:37 +0000 (00:05 -0400)
committerAndrew Browning <ayleph@thisshitistemp.com>
Mon, 23 Oct 2017 04:05:37 +0000 (00:05 -0400)
mediagoblin/tests/test_auth.py

index 618d02b650260b51719288366dee38dc5c637660..9cf5ccb07aebbe5d12f162f34e92209ed16cfecb 100644 (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