Skip to content

Commit 21766be

Browse files
committed
f test
1 parent ef60ffd commit 21766be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lightning/src/ln/monitor_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ fn test_claim_value_force_close() {
391391
let spend_tx = nodes[1].keys_manager.backing.spend_spendable_outputs(&[&outputs[0]], Vec::new(),
392392
Builder::new().push_opcode(opcodes::all::OP_RETURN).into_script(), 253, &Secp256k1::new()).unwrap();
393393
check_spends!(spend_tx, b_broadcast_txn[0]);
394-
}
394+
} else { panic!(); }
395395

396396
assert_eq!(Vec::<ClaimableBalance>::new(),
397397
nodes[1].chain_monitor.chain_monitor.monitors.read().unwrap().get(&funding_outpoint).unwrap().get_claimable_balances());

0 commit comments

Comments
 (0)