Fixed typos in comments and a test name.

This commit is contained in:
Min ho Kim 2019-07-20 00:45:13 +10:00 committed by Mariusz Felisiak
parent fc1182af01
commit 9f11939dd1
4 changed files with 4 additions and 4 deletions

View file

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