Skip to content

Commit 7230e61

Browse files
committed
Remove redundant test
blockchain__get_tx_out_proof__modelled is identical to blockchain__verify_tx_out_proof__modelled, and the method gettxoutproof is tested above in blockchain__get_tx_out_proof. Remove the redundant test.
1 parent 340a3e8 commit 7230e61

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

integration_test/tests/blockchain.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -512,13 +512,6 @@ fn blockchain__verify_tx_out_proof__modelled() {
512512
verify_tx_out_proof(&node).unwrap();
513513
}
514514

515-
#[test]
516-
fn blockchain__get_tx_out_proof__modelled() {
517-
let node = Node::with_wallet(Wallet::Default, &[]);
518-
node.fund_wallet();
519-
verify_tx_out_proof(&node).unwrap();
520-
}
521-
522515
#[test]
523516
fn blockchain__verify_chain() {
524517
let node = Node::with_wallet(Wallet::None, &[]);

0 commit comments

Comments
 (0)