From 97a13103441b61ebde77f1ca510b0bf556feafd1 Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Thu, 26 May 2011 11:11:00 +0100 Subject: [PATCH] Tweakin test --- tests/queryset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/queryset.py b/tests/queryset.py index 82cd870d..d5611fdf 100644 --- a/tests/queryset.py +++ b/tests/queryset.py @@ -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()