mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 06:52:36 +01:00
tests: Add missing assert_equal import to p2p_add_connections.py
This commit is contained in:
parent
9635760ce8
commit
efa115aa4a
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@
|
|||
|
||||
from test_framework.p2p import P2PInterface
|
||||
from test_framework.test_framework import BitcoinTestFramework
|
||||
from test_framework.util import check_node_connections
|
||||
from test_framework.util import (
|
||||
assert_equal,
|
||||
check_node_connections,
|
||||
)
|
||||
|
||||
class P2PFeelerReceiver(P2PInterface):
|
||||
def on_version(self, message):
|
||||
|
|
Loading…
Add table
Reference in a new issue