Refs #32956 -- Corrected spelling of "gray".

This commit is contained in:
David Smith 2021-08-02 06:51:24 +01:00 committed by GitHub
parent 6802ac4415
commit f9b7704ab3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -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,