Skip to content

Commit

Permalink
Fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
koirikivi committed May 14, 2024
1 parent 8c2d251 commit e44148f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bridge_node/tests/bridges/runes/test_rune_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ def test_runes_can_be_transferred_simultaneously(
amount_decimal=1000,
deposit_address=deposit_address,
rune=rune,
mine=False,
# TODO: ideally don't mine here, but it will break otherwise and the bridge iteration is more important
# mine=False,
)

# Do NOT run iteration here
Expand Down

0 comments on commit e44148f

Please sign in to comment.