summaryrefslogtreecommitdiff
path: root/tests/raw_query/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/raw_query/tests.py')
-rw-r--r--tests/raw_query/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/raw_query/tests.py b/tests/raw_query/tests.py
index 73f8b9d7c9..17479df6cd 100644
--- a/tests/raw_query/tests.py
+++ b/tests/raw_query/tests.py
@@ -229,7 +229,7 @@ class RawQueryTests(TestCase):
def test_inheritance(self):
# date is the end of the Cuban Missile Crisis, I have no idea when
- # Wesley was bron
+ # Wesley was born
f = FriendlyAuthor.objects.create(first_name="Wesley", last_name="Chun",
dob=date(1962, 10, 28))
query = "SELECT * FROM raw_query_friendlyauthor"