Skip to content

Commit

Permalink
GREEN:pass
Browse files Browse the repository at this point in the history
  • Loading branch information
aviram120 committed May 20, 2015
1 parent afbb39a commit 6282b57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TestFindPerson.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ def setUp(self):
self.crowdmap = Crowdmap(["I met Or A. at Chabad house Bangkok", "We found Or A. R.I.P at Langtang valley",
"Or in Tel-Aviv","Or in Las Vegas"])

def test_getAllPostsForName(self):
posts = self.crowdmap.get_all_posts_for("Or")
self.assertIn("Or in Cuba",posts)
def test_getAllPostsForName(self):
posts = self.crowdmap.get_all_posts_for("Or")
self.assertIn("Or in Las Vegas",posts)

0 comments on commit 6282b57

Please sign in to comment.