Skip to content

Commit fbf691d

Browse files
committed
Test: Fix example_test.py
1 parent 2d274e7 commit fbf691d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/functional/example_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@
1515

1616
# Avoid wildcard * imports if possible
1717
from test_framework.blocktools import (create_block, create_coinbase)
18-
from test_framework.mininode import (
18+
from test_framework.messages import (
1919
CInv,
20+
)
21+
from test_framework.mininode import (
2022
P2PInterface,
2123
mininode_lock,
2224
msg_block,

0 commit comments

Comments
 (0)