Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update test.py
  • Loading branch information
vidyatestghe committed Dec 1, 2015
commit 0431862def0af1e66c238e9a6873a2572f62b6da
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def test(self):
mongo = Mongo()
mongo.populate()
things = mongo.count()
self.failIf(things != 5)
self.failIf(things != 4)


def main():
Expand Down