diff --git a/tests/beem/test_vote.py b/tests/beem/test_vote.py
index 3f0ca9437542da18d63a940fef06391cba3fe0e3..238858b0c7fc4b65eeafdc04015cee1f724e2d50 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()