From f9b7704ab38d82d1de0c26deb542e497ebf14df6 Mon Sep 17 00:00:00 2001 From: David Smith <39445562+smithdc1@users.noreply.github.com> Date: Mon, 2 Aug 2021 06:51:24 +0100 Subject: Refs #32956 -- Corrected spelling of "gray". --- tests/raw_query/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/raw_query') 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, -- cgit v1.3