Fix tests.

This commit is contained in:
Andy Duplain
2026-05-21 09:13:31 +01:00
parent bad438b5ad
commit 64c68d7b76
3 changed files with 1 additions and 6 deletions
Generated
-1
View File
@@ -8352,7 +8352,6 @@ dependencies = [
"tempfile",
"tokio",
"tracing",
"tracing-subscriber",
"tracing-test",
"windows 0.61.3",
]
-1
View File
@@ -41,5 +41,4 @@ windows = { version = "0.61", features = [
[dev-dependencies]
tempfile.workspace = true
tracing-subscriber.workspace = true
tracing-test.workspace = true
+1 -4
View File
@@ -184,12 +184,9 @@ mod tests {
use super::*;
#[traced_test]
#[tokio::test]
async fn test_wait_close() {
tracing_subscriber::fmt()
.with_max_level(tracing::Level::TRACE)
.init();
let temp_dir = tempfile::tempdir().unwrap();
let database_path = temp_dir.path().join("storage.db");