Skip to content

Commit 6a35346

Browse files
author
=
committed
fix test with js tracing initialize fault
1 parent 65b0c0d commit 6a35346

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/rmcp/tests/test_with_js.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async fn test_with_js_client() -> anyhow::Result<()> {
1616
.unwrap_or_else(|_| "debug".to_string().into()),
1717
)
1818
.with(tracing_subscriber::fmt::layer())
19-
.init();
19+
.try_init();
2020
tokio::process::Command::new("npm")
2121
.arg("install")
2222
.current_dir("tests/test_with_js")

0 commit comments

Comments
 (0)