Skip to content

Commit

Permalink
fix fakewallet test
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Nov 15, 2023
1 parent d8f2fef commit 7ccae37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_invoice_automatic_fakewallet(mint, cli_prefix):
runner = CliRunner()
result = runner.invoke(
cli,
[*cli_prefix, "invoice", "-n", "1000"],
[*cli_prefix, "invoice", "1000"],
)
assert result.exception is None
print("INVOICE")
Expand Down

0 comments on commit 7ccae37

Please sign in to comment.