diff --git a/README.md b/README.md index 0b7065f..5d658d0 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ Python MongoDB Sample ===================== -#test + + +#test pr for irc Uses pymongo to test simple document insertion on a MongoDB instance. sample project [![Build Status](https://api.shippable.com/projects/540e96003479c5ea8f9f2307/badge?branchName=master)](https://app.shippable.com/projects/540e96003479c5ea8f9f2307/builds/latest) + + # A pr build diff --git a/test.py b/test.py index 1475dc8..12bf05b 100644 --- a/test.py +++ b/test.py @@ -8,7 +8,7 @@ def test(self): mongo = Mongo() mongo.populate() things = mongo.count() - self.failIf(things != 5) + self.failIf(things != 4) def main():