Skip to content

Commit c080d40

Browse files
committed
fix: clippy
1 parent 242a8ab commit c080d40

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/rmcp/tests/test_elicitation.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,6 @@ async fn test_elicitation_direction_server_to_client() {
679679
match server_request {
680680
ServerRequest::CreateElicitationRequest(_) => {
681681
// This is correct - server can send elicitation requests
682-
assert!(true);
683682
}
684683
_ => panic!("CreateElicitationRequest should be part of ServerRequest"),
685684
}

0 commit comments

Comments
 (0)