Fixing test indeterminacy

This commit is contained in:
Dave Hrycyszyn
2024-06-13 11:34:41 +01:00
parent 7bb672f4b8
commit 481b041554
3 changed files with 42 additions and 23 deletions

View File

@@ -25,6 +25,8 @@ tracing-subscriber = "0.3.9"
toml = "0.8.14"
url = "2.2.2"
[dev-dependencies]
uuid = { version = "1.8.0", features = ["v4"] }
[features]
default = ["bft", "logging-list", "logging-json"]