Skip to content

Commit 01c7fbd

Browse files
committed
fix test compilation
1 parent 9b69a96 commit 01c7fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rmcp/src/model/prompt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ mod tests {
216216

217217
#[test]
218218
fn test_prompt_message_image_serialization() {
219-
let image_content = RawImageContent {
219+
let image_content = crate::model::RawImageContent {
220220
data: "base64data".to_string(),
221221
mime_type: "image/png".to_string(),
222222
meta: None,

0 commit comments

Comments
 (0)