From d3943a2bc0a5caa5e0b3f7948db7afae5957b461 Mon Sep 17 00:00:00 2001 From: Andrew Browning Date: Mon, 23 Oct 2017 00:05:37 -0400 Subject: [PATCH] Fix trivial spelling error in test comment --- mediagoblin/tests/test_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1