mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-31 08:13:52 +02:00
test: add missing assert_equal imports
The later scripted diff only rewrites call sites. Add `assert_equal` imports in the remaining files that still need them so the mechanical replacement can apply cleanly.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
import base64
|
||||
|
||||
from .util import assert_equal
|
||||
from .messages import (
|
||||
CTransaction,
|
||||
deser_string,
|
||||
|
||||
Reference in New Issue
Block a user