From 817c49bcadfd8119af273e200d614b7fbd03be8c Mon Sep 17 00:00:00 2001
From: Holger Nahrstaedt <holgernahrstaedt@gmx.de>
Date: Sat, 24 Oct 2020 18:39:44 +0200
Subject: [PATCH] Fix unit test

---
 tests/beem/test_vote.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/beem/test_vote.py b/tests/beem/test_vote.py
index 3f0ca943..238858b0 100644
--- a/tests/beem/test_vote.py
+++ b/tests/beem/test_vote.py
@@ -32,7 +32,7 @@ class Testcases(unittest.TestCase):
         acc = Account("fullnodeupdate", steem_instance=cls.bts)
         n_votes = 0
         index = 0
-        entries = acc.get_blog_entries(limit=30)[::-1]
+        entries = acc.get_blog(limit=20)[::-1]
         while n_votes == 0:
             comment = Comment(entries[index], steem_instance=cls.bts)
             votes = comment.get_votes()
-- 
GitLab