Tweakin test
This commit is contained in:
parent
bf6f03a412
commit
97a1310344
@ -284,7 +284,7 @@ class QuerySetTest(unittest.TestCase):
|
|||||||
self.assertEqual(club.members['John'].age, 14)
|
self.assertEqual(club.members['John'].age, 14)
|
||||||
|
|
||||||
def test_dictfield_update(self):
|
def test_dictfield_update(self):
|
||||||
"""Ensure that the MapField can be updated."""
|
"""Ensure that the DictField can be updated."""
|
||||||
class Club(Document):
|
class Club(Document):
|
||||||
members = DictField()
|
members = DictField()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user