Skip to content

Commit

Permalink
Update db.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
wiiznokes committed Sep 29, 2024
1 parent aa455b2 commit ae004e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -793,10 +793,10 @@ mod test {
"warn,{}=info",
env!("CARGO_CRATE_NAME")
)));
tracing_subscriber::registry()
let _ = tracing_subscriber::registry()
.with(filter_layer)
.with(fmt_layer)
.init();
.try_init();

let db_dir = PathBuf::from("tests");
let _ = std::fs::create_dir_all(&db_dir);
Expand Down

0 comments on commit ae004e3

Please sign in to comment.