Skip to content

Commit 14df821

Browse files
committed
remove tracing init from test
1 parent c890b3a commit 14df821

File tree

1 file changed

+0
-2
lines changed
  • crates/q_cli/src/cli/chat/tools

1 file changed

+0
-2
lines changed

crates/q_cli/src/cli/chat/tools/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,6 @@ mod tests {
420420

421421
#[tokio::test]
422422
async fn test_format_path() {
423-
tracing_subscriber::fmt::init();
424-
425423
async fn assert_paths(cwd: &str, path: &str, expected: &str) {
426424
let ctx = Context::builder().with_test_home().await.unwrap().build_fake();
427425
let fs = ctx.fs();

0 commit comments

Comments
 (0)