Skip to content
Snippets Groups Projects
Commit 28d895de authored by Moul's avatar Moul
Browse files
parent 19098298
No related branches found
No related tags found
No related merge requests found
Pipeline #9298 passed
This diff is collapsed.
......@@ -76,7 +76,7 @@ def test_tx_passed_amount_cli():
assert result.exit_code == FAILURE_EXIT_STATUS
result = CliRunner().invoke(cli, ["tx", "-r", "A", "-a", MINIMAL_TX_AMOUNT - 0.001])
assert 'Error: Invalid value for "--amount"' in result.output
assert "Error: Invalid value for '--amount'" in result.output
assert result.exit_code == 2
result = CliRunner().invoke(cli, ["tx", "-r", "A", "-a", 1, "-a", 2])
......
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