[tests] Move bech32 unit tests to test framework

This commit is contained in:
John Newbery
2020-06-11 13:42:37 -04:00
parent 68f0ab26bc
commit e4557133f5
3 changed files with 16 additions and 14 deletions

View File

@ -71,6 +71,7 @@ TEST_FRAMEWORK_MODULES = [
"blocktools",
"muhash",
"script",
"segwit_addr",
"util",
]