Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
holgern committed Jun 29, 2020
1 parent 64a1061 commit 4f4cef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/beem/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def test_draw(self):

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):
Expand Down

0 comments on commit 4f4cef8

Please sign in to comment.