This commit is contained in:
Ahmed Ibrahim
2025-08-01 18:45:42 -07:00
parent a5b3c151ac
commit 19d3e17572

View File

@@ -38,7 +38,7 @@ async fn test_connect_then_send_receives_initial_state_and_notifications() {
.expect("create conversation");
// Connect the stream
let (stream_req, params) = mcp
let (_stream_req, params) = mcp
.connect_stream_and_expect_initial_state(&conv_id)
.await
.expect("initial_state params");