Skip to content

Commit c649de1

Browse files
committed
fix: remove protocol version assertions
- Remove assertions for V_2025_06_18 protocol version
1 parent 01dd3e8 commit c649de1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/rmcp/tests/test_elicitation.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,6 @@ async fn test_elicitation_spec_compliance() {
205205
"notifications/elicitation/response"
206206
);
207207

208-
// Test that protocol version includes the new 2025-06-18 version
209-
assert_eq!(ProtocolVersion::V_2025_06_18.to_string(), "2025-06-18");
210-
assert_eq!(ProtocolVersion::LATEST, ProtocolVersion::V_2025_06_18);
211208

212209
// Test that enum values match specification
213210
let actions = [

0 commit comments

Comments
 (0)