Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Jun 3, 2018
1 parent f62131d commit 84ecec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/beem/test_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,6 @@ def test_recent_replies(self):

def test_recent_by_path(self):
bts = self.bts
r = RecentByPath(category="hot", steem_instance=bts)
r = RecentByPath(path="hot", steem_instance=bts)
self.assertTrue(len(r) > 0)
self.assertTrue(r[0] is not None)

0 comments on commit 84ecec9

Please sign in to comment.