Skip to content

Commit 642f522

Browse files
Remove comment
1 parent b5e6cda commit 642f522

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/ModelContextProtocol.Tests/Client/McpClientTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ public async Task CreateSamplingHandler_ShouldUseToolRoleForToolResultMessages()
293293
Content = [new TextContentBlock { Text = "Weather: 18°C, sunny" }]
294294
}]
295295
},
296-
// Mixed content: ToolResultContentBlock + TextContentBlock should use User role
297296
new SamplingMessage
298297
{
299298
Role = Role.User,
@@ -788,4 +787,4 @@ public async Task SetLoggingLevelAsync_WithRequestParams_NullThrows()
788787
await Assert.ThrowsAsync<ArgumentNullException>("requestParams",
789788
() => client.SetLoggingLevelAsync((SetLevelRequestParams)null!, TestContext.Current.CancellationToken));
790789
}
791-
}
790+
}

0 commit comments

Comments
 (0)