Skip to content

Commit

Permalink
fixup! test: assert LND connection
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarvstedt committed Aug 21, 2022
1 parent fc4ff1b commit d1392d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def _():
def _():
assert_running("lndhub-go")
wait_for_open_port(ip("lndhub-go"), 8082)
machine.wait_until_succeeds(log_has_string("lndhub-go", "Connected to LND"))

@test("liquidd")
def _():
Expand Down

0 comments on commit d1392d9

Please sign in to comment.