Skip to content

Commit a138799

Browse files
committed
mcp: formatting protocol_test
1 parent d07db6d commit a138799

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mcp/protocol_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ func TestCompleteParams(t *testing.T) {
270270
},
271271
Context: &CompleteContext{
272272
Arguments: map[string]string{
273-
"framework": "mcp",
274-
"language": "python",
273+
"framework": "mcp",
274+
"language": "python",
275275
},
276276
},
277277
},
@@ -325,8 +325,8 @@ func TestCompleteParams(t *testing.T) {
325325
Ref: &CompleteReference{Type: "ref/prompt", Name: "my_prompt"},
326326
Argument: CompleteParamsArgument{Name: "language", Value: "go"},
327327
Context: &CompleteContext{Arguments: map[string]string{
328-
"framework": "mcp",
329-
"language": "python",
328+
"framework": "mcp",
329+
"language": "python",
330330
}},
331331
},
332332
},

0 commit comments

Comments
 (0)