Skip to content

Commit 3f9b09a

Browse files
committed
fixed formatting
1 parent c939a2e commit 3f9b09a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

stackslib/src/net/api/tests/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ mod getstxtransfercost;
8686
mod gettenure;
8787
mod gettenureinfo;
8888
mod gettenuretip;
89-
mod gettransaction_unconfirmed;
9089
mod gettransaction;
90+
mod gettransaction_unconfirmed;
9191
mod liststackerdbreplicas;
9292
mod postblock;
9393
mod postblock_proposal;

testnet/stacks-node/src/tests/nakamoto_integrations.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12052,7 +12052,6 @@ fn larger_mempool() {
1205212052
run_loop_thread.join().unwrap();
1205312053
}
1205412054

12055-
1205612055
/// Test `/v3/transaction/txid` API endpoint
1205712056
///
1205812057
/// This endpoint returns a JSON with index_block_hash,
@@ -12211,4 +12210,4 @@ fn v3_transaction_api_endpoint() {
1221112210
run_loop_stopper.store(false, Ordering::SeqCst);
1221212211

1221312212
run_loop_thread.join().unwrap();
12214-
}
12213+
}

0 commit comments

Comments
 (0)