mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
Merge #8841: [qa] fix nulldummy test
46a4774
Fix nulldummy.py test (Johnson Lau)
This commit is contained in:
parent
4a585b2f20
commit
4bb0cdf400
@ -119,6 +119,8 @@ class NULLDUMMYTest(BitcoinTestFramework):
|
|||||||
node.sendrawtransaction(bytes_to_hex_str(tx.serialize_with_witness()), True)
|
node.sendrawtransaction(bytes_to_hex_str(tx.serialize_with_witness()), True)
|
||||||
except JSONRPCException as exp:
|
except JSONRPCException as exp:
|
||||||
assert_equal(exp.error["message"], msg)
|
assert_equal(exp.error["message"], msg)
|
||||||
|
else:
|
||||||
|
assert_equal('', msg)
|
||||||
return tx.hash
|
return tx.hash
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user