Skip to content

Commit 2e2ad7f

Browse files
changed task to value task
1 parent d914fe5 commit 2e2ad7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ModelContextProtocol.Tests/Configuration/McpServerBuilderExtensionsResourcesTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public async Task Can_Be_Notified_Of_ResourceList_Changes()
110110
(notification, token) =>
111111
{
112112
changeReceived.SetResult(notification);
113-
return changeReceived.Task;
113+
return default;
114114
});
115115

116116
// Act

0 commit comments

Comments
 (0)