summaryrefslogtreecommitdiff
path: root/tests/defer
diff options
context:
space:
mode:
authorMin ho Kim <minho42@gmail.com>2019-07-20 00:45:13 +1000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-07-19 18:24:06 +0200
commit9f11939dd1477981da2f3a5487d80101faa21230 (patch)
tree7039e25f2e3fb76bba2cc69dab745645fe4a4c36 /tests/defer
parentfc1182af01c391ce33d7fcf51c756829c6a11d5b (diff)
Fixed typos in comments and a test name.
Diffstat (limited to 'tests/defer')
-rw-r--r--tests/defer/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/defer/tests.py b/tests/defer/tests.py
index f2e86aca96..b67c5d9a5e 100644
--- a/tests/defer/tests.py
+++ b/tests/defer/tests.py
@@ -202,7 +202,7 @@ class BigChildDeferTests(AssertionMixin, TestCase):
self.assertEqual(obj.value, "foo")
self.assertEqual(obj.other, "bar")
- def test_only_sublcass(self):
+ def test_only_subclass(self):
# You can retrieve a single field on a subclass
obj = BigChild.objects.only("other").get(name="b1")
self.assert_delayed(obj, 4)