Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bbbf040

Browse files
author
Vidya Raghavan
committed
Update test.py
1 parent 4e19166 commit bbbf040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def test(self):
88
mongo = Mongo()
99
mongo.populate()
1010
things = mongo.count()
11-
self.failIf(things != 4)
11+
self.failIf(things != 5)
1212

1313

1414
def main():

0 commit comments

Comments
 (0)