Skip to content

Commit efa115a

Browse files
committed
tests: Add missing assert_equal import to p2p_add_connections.py
1 parent 9635760 commit efa115a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/functional/p2p_add_connections.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66

77
from test_framework.p2p import P2PInterface
88
from test_framework.test_framework import BitcoinTestFramework
9-
from test_framework.util import check_node_connections
9+
from test_framework.util import (
10+
assert_equal,
11+
check_node_connections,
12+
)
1013

1114
class P2PFeelerReceiver(P2PInterface):
1215
def on_version(self, message):

0 commit comments

Comments
 (0)