Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e19166 commit bbbf040Copy full SHA for bbbf040
test.py
@@ -8,7 +8,7 @@ def test(self):
8
mongo = Mongo()
9
mongo.populate()
10
things = mongo.count()
11
- self.failIf(things != 4)
+ self.failIf(things != 5)
12
13
14
def main():
0 commit comments