Skip to content

Commit 3b9cb30

Browse files
committed
fix(metric): missing import to define TestLogger
1 parent 2ab36d3 commit 3b9cb30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/mithril-metric/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ slog = { workspace = true }
2222
tokio = { workspace = true }
2323

2424
[dev-dependencies]
25+
mithril-common = { path = "../../mithril-common", features = ["test_tools"] }
2526
prometheus-parse = "0.2.5"
2627
slog-async = { workspace = true }
2728
slog-term = { workspace = true }

0 commit comments

Comments
 (0)