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:
Lőrinc
2026-03-08 21:27:08 +00:00
parent 06a4176c42
commit 301b1d7b1f
10 changed files with 10 additions and 5 deletions

View File

@@ -58,6 +58,7 @@ from test_framework.script import (
OP_SUBSTR,
OP_XOR,
)
from test_framework.util import assert_equal
from test_framework.script_util import (
MIN_PADDING,
MIN_STANDARD_TX_NONWITNESS_SIZE,