Skip to content

Commit a69d7d3

Browse files
kkchandicrickman
andauthored
.Net: Fix minor typo (#12260)
### Motivation and Context Fixes a minor typo to be consistent with the other function names ### Description ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [x] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄 Co-authored-by: Chris <66376200+crickman@users.noreply.github.com>
1 parent 029732d commit a69d7d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/SemanticKernel.UnitTests/Functions/KernelFunctionFromPromptTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ public async Task InvokeAsyncOfTGivesBackTheExpectedResultTypeFromTheConnectorWh
513513
}
514514

515515
[Fact]
516-
public async Task InvokeAsyncOfTGivesBackTheExpectedResultTypeFromTheConnectorWhenStreamingWhenerviceIsOnlyChatCompletionAsync()
516+
public async Task InvokeAsyncOfTGivesBackTheExpectedResultTypeFromTheConnectorWhenStreamingWhenServiceIsOnlyChatCompletionAsync()
517517
{
518518
var expectedContent = new StreamingChatMessageContent(AuthorRole.Assistant, "Something");
519519
var mockService = new Mock<IChatCompletionService>();

0 commit comments

Comments
 (0)