Skip to content
Snippets Groups Projects
Commit 84ecec90 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

Fix unit test

parent f62131dc
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment