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

Fix typo

parent 64a10614
No related branches found
No related tags found
2 merge requests!5Taken current version of master branch in the https://github.com/holgern/beem,!4Original changes pushed to master at https://github.com/holgern/beem
......@@ -422,7 +422,7 @@ class Testcases(unittest.TestCase):
def test_witnessenable(self):
runner = CliRunner()
result = runner.invoke(cli, ['-dx', 'witnessenable', 'holger80', 'STM1111111111111111111111111111111114T1A'])
result = runner.invoke(cli, ['-dx', 'witnessenable', 'holger80', 'STM1111111111111111111111111111111114T1Anm'])
self.assertEqual(result.exit_code, 0)
def test_witnessdisable(self):
......
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