Skip to content

Commit dabfcb0

Browse files
author
MarcoFalke
committed
Merge #13965: tests: Fix extended functional tests fail
a9cf5c9 Import CInv from correct module (Chun Kuan Lee) Pull request description: Fix extended tests fail https://travis-ci.org/bitcoin/bitcoin/builds/415574232 Tree-SHA512: 1dd8cd3854ddf4d8c2f4cb700c2b4d866c0890b57c2e0cf73a38b97fbbd13c8c6149a8914c9d03453b4625873241cc3d470f069dd1918cf360d10ad5d79d717f
2 parents db3cb5c + a9cf5c9 commit dabfcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/example_test.py

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

1616
# Avoid wildcard * imports if possible
1717
from test_framework.blocktools import (create_block, create_coinbase)
18+
from test_framework.messages import CInv
1819
from test_framework.mininode import (
19-
CInv,
2020
P2PInterface,
2121
mininode_lock,
2222
msg_block,

0 commit comments

Comments
 (0)