Skip to content
Snippets Groups Projects
Commit e8aead68 authored by Holger's avatar Holger
Browse files

Master version increased to 0.19.40

parent 2bf70ea6
No related branches found
No related tags found
No related merge requests found
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.19.39'
version = '0.19.40'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.19.39'
version = '0.19.40'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.19.39'
version = '0.19.40'
"""THIS FILE IS GENERATED FROM beem SETUP.PY."""
version = '0.19.39'
version = '0.19.40'
......@@ -16,7 +16,7 @@ except LookupError:
ascii = codecs.lookup('ascii')
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))
VERSION = '0.19.39'
VERSION = '0.19.40'
tests_require = ['mock >= 2.0.0', 'pytest', 'pytest-mock', 'parameterized']
......
......@@ -38,7 +38,7 @@ class Testcases(unittest.TestCase):
num_retries=10
)
acc = Account("holger80", steem_instance=cls.bts)
comment = acc.get_blog(limit=1)[0]
comment = acc.get_blog(limit=20)[-1]
cls.authorperm = comment.authorperm
[author, permlink] = resolve_authorperm(cls.authorperm)
cls.author = author
......
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