fixed tests that were using undefined model fields

This commit is contained in:
Rik
2014-06-27 14:43:56 +02:00
committed by Wilson Júnior
parent 06064decd2
commit 67bf6afc89
4 changed files with 10 additions and 3 deletions

View File

@@ -176,7 +176,7 @@ class QuerySetTest(unittest.TestCase):
class Note(Document):
meta = dict(queryset_class=LimitCountQuerySet)
text = StringField()
name = StringField()
Note.drop_collection()