Merge rust-bitcoin/rust-bitcoin#3670: Remove duplicate test case
60f43a893d
Remove duplicate test case (Tobin C. Harding)
Pull request description:
In commit:
`a10d5e15b3 Extract the Script assembly creator from fmt::Debug`
A test case was refactored and where there used to be two test case, one for `Debug` and one for `Display`, two identical test cases were left.
Remove duplicate test case.
ACKs for top commit:
apoelstra:
ACK 60f43a893d67c221f61e289cab6394418411cf55; successfully ran local tests
Tree-SHA512: 8d21f07b33c9f88ac820422b9f5471bf53e36050a31854a7152ab14c6e25654455f4eb366ea2b497a80f741af36bf068b1df8a69321a0299c9bae60f001b354e
This commit is contained in:
commit
bcc54fb9d0
|
@ -485,10 +485,6 @@ fn script_json_serialize() {
|
|||
|
||||
#[test]
|
||||
fn script_asm() {
|
||||
assert_eq!(
|
||||
ScriptBuf::from_hex("6363636363686868686800").unwrap().to_string(),
|
||||
"OP_IF OP_IF OP_IF OP_IF OP_IF OP_ENDIF OP_ENDIF OP_ENDIF OP_ENDIF OP_ENDIF OP_0"
|
||||
);
|
||||
assert_eq!(
|
||||
ScriptBuf::from_hex("6363636363686868686800").unwrap().to_string(),
|
||||
"OP_IF OP_IF OP_IF OP_IF OP_IF OP_ENDIF OP_ENDIF OP_ENDIF OP_ENDIF OP_ENDIF OP_0"
|
||||
|
|
Loading…
Reference in New Issue