Skip to content

Commit b57c28c

Browse files
Reverted changed testname out of scope (AI creep)
1 parent 9cfbe62 commit b57c28c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/SemanticKernel.UnitTests/AI/ChatCompletion/ChatClientChatCompletionServiceConversionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ public async Task GetStreamingChatMessageContentsAsyncWithNullExecutionSettingsD
567567
}
568568

569569
[Fact]
570-
public async Task GetChatMessageContentsAsyncWithToolUseShouldOrderHistoryAccordingToToolExecution()
570+
public async Task GetChatMessageContentsAsyncWithMutatingPrepareChatHistoryPreservesChatHistoryMutations()
571571
{
572572
// Arrange
573573
var originalChatHistory = new ChatHistory();

0 commit comments

Comments
 (0)