Skip to content

Commit

Permalink
fix rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mvadari committed Sep 14, 2023
1 parent 363ffe8 commit cc123c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/reusable_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async def _set_up_reusable_values():
PaymentChannelCreate(
account=wallet.address,
amount="1",
destination=DESTINATION.address,
destination=destination.address,
settle_delay=86400,
public_key=wallet.public_key,
),
Expand Down

0 comments on commit cc123c0

Please sign in to comment.