Skip to content

Commit

Permalink
fixup! pytest: Add tests for htlc_accepted_hook
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Jan 15, 2019
1 parent 91ca8ad commit a7a3f07
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def test_htlc_accepted_hook_fail(node_factory):
"""
l1, l2, l3 = node_factory.line_graph(3, opts=[
{},
{'plugin': 'contrib/plugins/fail_htlcs.py'},
{'plugin': 'tests/plugins/fail_htlcs.py'},
{}
], wait_for_announce=True)

Expand Down Expand Up @@ -172,7 +172,7 @@ def test_htlc_accepted_hook_resolve(node_factory):
"""
l1, l2, l3 = node_factory.line_graph(3, opts=[
{},
{'plugin': 'contrib/plugins/shortcircuit.py'},
{'plugin': 'tests/plugins/shortcircuit.py'},
{}
], wait_for_announce=True)

Expand Down

0 comments on commit a7a3f07

Please sign in to comment.