Tweakin test
This commit is contained in:
parent
bf6f03a412
commit
97a1310344
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ class QuerySetTest(unittest.TestCase):
|
|||
self.assertEqual(club.members['John'].age, 14)
|
||||
|
||||
def test_dictfield_update(self):
|
||||
"""Ensure that the MapField can be updated."""
|
||||
"""Ensure that the DictField can be updated."""
|
||||
class Club(Document):
|
||||
members = DictField()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue