diff --git a/tests/beem/test_comment.py b/tests/beem/test_comment.py index 591ff51c5462615006541bae2f4ad682e152f2e4..f5767a7f18b710cc136b3e09818568a4dc350766 100644 --- a/tests/beem/test_comment.py +++ b/tests/beem/test_comment.py @@ -240,6 +240,6 @@ class Testcases(unittest.TestCase): 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)