Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Update crates/node/src/txvalidation/event.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tuomas Mäkinen <[email protected]>
  • Loading branch information
musitdev and tuommaki authored Mar 13, 2024
1 parent f8d6cb6 commit 6dbb41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/node/src/txvalidation/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ mod tests {
}

#[tokio::test]
async fn test_waittx_process_event() {
async fn test_wait_tx_process_event() {
let db = TestDb(Mutex::new(HashMap::new()));
// Set parameters to avoid wait tx eviction.
let mut wait_tx_cache = TxCache::build(2, 10, 1000);
Expand Down

0 comments on commit 6dbb41d

Please sign in to comment.