diff --git a/tests/test_rpc.py b/tests/test_rpc.py index cac8c4b..cf3016c 100644 --- a/tests/test_rpc.py +++ b/tests/test_rpc.py @@ -2,7 +2,7 @@ from fixtures import * from pyln.client import Millisatoshi from pyln.testing.utils import BITCOIND_CONFIG, only_one, wait_for -from utils import * +from utils import get_only_one_descriptor def test_rpc_add(bitcoind, ln_node):