summaryrefslogtreecommitdiff
path: root/tests/raw_query
diff options
context:
space:
mode:
authorDavid Smith <39445562+smithdc1@users.noreply.github.com>2021-08-02 06:45:26 +0100
committerGitHub <noreply@github.com>2021-08-02 07:45:26 +0200
commit6802ac4415d6ebf9500df47dc22727a1d1b569d1 (patch)
treecff883610c10f19119c0db7ace2c2f02bd3a12e1 /tests/raw_query
parent74a86e9b5eaf4f0d2bb5bf6b7948000c75cdd4a6 (diff)
Refs #32956 -- Corrected usage of "insure" and "assure".
Diffstat (limited to 'tests/raw_query')
-rw-r--r--tests/raw_query/tests.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/raw_query/tests.py b/tests/raw_query/tests.py
index cf57cfd696..802b06a30b 100644
--- a/tests/raw_query/tests.py
+++ b/tests/raw_query/tests.py
@@ -228,9 +228,7 @@ class RawQueryTests(TestCase):
self.assertSuccessfulRawQuery(Reviewer, query, reviewers)
def test_extra_conversions(self):
- """
- Test to insure that extra translations are ignored.
- """
+ """Extra translations are ignored."""
query = "SELECT * FROM raw_query_author"
translations = {'something': 'else'}
authors = Author.objects.all()