Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Dec 4, 2024
1 parent ec7376e commit 72a9a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_load_tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use support::neo4j_testcontainer::start_neo4j_container;
async fn test_tx_batch() -> anyhow::Result<()> {
libra_forensic_db::log_setup();
let archive_path = support::fixtures::v6_tx_manifest_fixtures_path();
let (txs, events) = extract_current_transactions(&archive_path).await?;
let (txs, _events) = extract_current_transactions(&archive_path).await?;
assert!(txs.len() == 27);

let c = start_neo4j_container();
Expand Down

0 comments on commit 72a9a87

Please sign in to comment.