Skip to content

Commit

Permalink
Fix mongomock upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
dchentech committed Nov 10, 2015
1 parent 465af9f commit ca93009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.py
Expand Up @@ -141,7 +141,7 @@ def test_process_notifier(self):
time.sleep(0.005)

import mongomock
scope = mongomock.Connection().db.TestModel # has no items
scope = mongomock.MongoClient().db.TestModel # has no items
process_notifier(scope, msg=u"MONGODB")

for item1 in process_notifier(iter(range(1000)), msg=u"[test endless] go "):
Expand Down

0 comments on commit ca93009

Please sign in to comment.