Tweakin test

This commit is contained in:
Ross Lawley 2011-05-26 11:11:00 +01:00
parent bf6f03a412
commit 97a1310344

View File

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