Add SimpleList.drop_collection to previous unit test
This commit is contained in:
parent
6fbd931ffa
commit
04c3002889
1 changed files with 1 additions and 0 deletions
|
|
@ -315,6 +315,7 @@ class FieldTest(unittest.TestCase):
|
|||
|
||||
User.drop_collection()
|
||||
Post.drop_collection()
|
||||
SimpleList.drop_collection()
|
||||
|
||||
u1 = User.objects.create(name='u1')
|
||||
u2 = User.objects.create(name='u2')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue