tests: promote method to utility file

We'll reuse it later
This commit is contained in:
niftynei
2021-08-05 12:32:38 -05:00
committed by Rusty Russell
parent 9df4234e8f
commit a9de23f993
3 changed files with 9 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ from fixtures import * # noqa: F401,F403
from fixtures import TEST_NETWORK
from pyln.client import RpcError, Millisatoshi
from utils import (
only_one, wait_for, sync_blockheight, first_channel_id
only_one, wait_for, sync_blockheight, first_channel_id, calc_lease_fee
)
import pytest