diff options
Diffstat (limited to 'tests/raw_query/tests.py')
| -rw-r--r-- | tests/raw_query/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/raw_query/tests.py b/tests/raw_query/tests.py index 802b06a30b..fdc16823c1 100644 --- a/tests/raw_query/tests.py +++ b/tests/raw_query/tests.py @@ -33,7 +33,7 @@ class RawQueryTests(TestCase): ) cls.b3 = Book.objects.create( title='Another awesome book', author=cls.a1, paperback=False, - opening_line='A squat grey building of only thirty-four stories.', + opening_line='A squat gray building of only thirty-four stories.', ) cls.b4 = Book.objects.create( title='Some other book', author=cls.a3, paperback=True, |
