Skip to content

Commit

Permalink
forgot formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
setzeus committed Jan 18, 2024
1 parent b695637 commit 4e100b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stackslib/src/chainstate/stacks/boot/pox_4_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1832,7 +1832,6 @@ fn stack_increase() {
let latest_block = peer.tenure_with_txs(&txs, &mut coinbase_nonce);
let stacker_transactions = get_last_block_sender_transactions(&observer, stacker_address);


let transaction_result = stacker_transactions
.first()
.map(|tx| tx.result.clone())
Expand All @@ -1845,7 +1844,7 @@ fn stack_increase() {
.expect("total-locked key not found")
.clone()
.expect_u128();

assert_eq!(total_locked, min_ustx * 2);
}

Expand Down

0 comments on commit 4e100b8

Please sign in to comment.