Skip to content

Commit

Permalink
fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Dec 16, 2024
1 parent 74c83de commit 341b2f0
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -299,13 +299,23 @@
"dispense": {
"compose": [
{
"in": (ADDR[0], ADDR[5], 10),
"in": (ADDR[0], ADDR[5], 100),
"out": (
ADDR[0],
[(ADDR[5], 10)],
[(ADDR[5], 100)],
b"\r\x00",
),
},
{
"in": (ADDR[0], ADDR[5], 10),
"error": (
exceptions.ComposeError,
[
"not enough BTC to trigger dispenser for XCP",
"not enough BTC to trigger dispenser for TESTDISP",
],
),
},
{
"in": (ADDR[0], ADDR[5], 10000),
"error": (
Expand Down

0 comments on commit 341b2f0

Please sign in to comment.