Skip to content

Commit

Permalink
add test writer to see if fixes macro coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Oct 7, 2024
1 parent a9e7d76 commit 22e5641
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
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.

5 changes: 4 additions & 1 deletion p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ zstd = "0.13"
rand_distr = "0.4"

[build-dependencies]
prost-build = { workspace = true }
prost-build = { workspace = true }

[dev-dependencies]
tracing-subscriber = { workspace = true }
1 change: 1 addition & 0 deletions p2p/src/simulated/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ mod tests {

#[test]
fn test_determinism() {
tracing_subscriber::fmt().with_test_writer().init();
compare_outputs(25, 25);
}

Expand Down

0 comments on commit 22e5641

Please sign in to comment.