Fixed in_bulk test
This commit is contained in:
parent
c148a5bbfc
commit
6dbc051409
1 changed files with 1 additions and 1 deletions
|
|
@ -677,7 +677,7 @@ class QuerySetTest(unittest.TestCase):
|
|||
|
||||
self.assertTrue(objects[post_1.id].title == post_1.title)
|
||||
self.assertTrue(objects[post_2.id].title == post_2.title)
|
||||
self.assertTrue(objects[post_3.id].title == post_3.title)
|
||||
self.assertTrue(objects[post_5.id].title == post_5.title)
|
||||
|
||||
BlogPost.drop_collection()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue