From a7a2597ede4516a9d2e9080fd7e4fc9694e0d75a Mon Sep 17 00:00:00 2001 From: "S;Co" Date: Sat, 23 May 2026 12:07:37 +0100 Subject: [PATCH] docs: fix typo in AutoGen test comment --- .../test/Microsoft.AutoGen.Core.Tests/InProcessRuntimeTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/test/Microsoft.AutoGen.Core.Tests/InProcessRuntimeTests.cs b/dotnet/test/Microsoft.AutoGen.Core.Tests/InProcessRuntimeTests.cs index 6a42bb56824a..ebed30593544 100644 --- a/dotnet/test/Microsoft.AutoGen.Core.Tests/InProcessRuntimeTests.cs +++ b/dotnet/test/Microsoft.AutoGen.Core.Tests/InProcessRuntimeTests.cs @@ -77,7 +77,7 @@ await runtime.RegisterAgentFactoryAsync("MyAgent", (id, runtime) => await runtime.RunUntilIdleAsync(); - // Agent sucessfully published to self + // Agent successfully published to self agent.Text.Source.Should().Be("TestTopic"); agent.Text.Content.Should().Be("SelfMessage"); }