Skip to content

Commit

Permalink
fix non-CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidvanadium committed Sep 2, 2024
1 parent ad6cc01 commit 2fc9b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtonode-tests/tests/concrete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ mod slow {
let first_send_to_transparent = 20_000;
let summary_external_transparent = TransactionSummaryBuilder::new()
.blockheight(BlockHeight::from_u32(7))
.status(ConfirmationStatus::Mempool(BlockHeight::from_u32(7)))
.status(ConfirmationStatus::Transmitted(BlockHeight::from_u32(7)))
.datetime(0)
.txid(utils::conversion::txid_from_hex_encoded_str(TEST_TXID).unwrap())
.value(first_send_to_transparent)
Expand Down

0 comments on commit 2fc9b22

Please sign in to comment.