Skip to content

Commit

Permalink
fix txpool tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Boog900 committed Oct 29, 2024
1 parent a2fdf94 commit 1d2a902
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions storage/txpool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ serde = { workspace = true, optional = true }
cuprate-test-utils = { workspace = true }

tokio = { workspace = true }
tower = { workspace = true }
tempfile = { workspace = true }
hex-literal = { workspace = true }

Expand Down
1 change: 1 addition & 0 deletions storage/txpool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ mod test {
use hex_literal as _;
use tempfile as _;
use tokio as _;
use tower as _;
}

0 comments on commit 1d2a902

Please sign in to comment.