diff --git a/framework/test/Volo.Abp.AI.Tests/Volo/Abp/AI/ChatClientAccessor_Tests.cs b/framework/test/Volo.Abp.AI.Tests/Volo/Abp/AI/ChatClientAccessor_Tests.cs index f384bba591..5feaceb528 100644 --- a/framework/test/Volo.Abp.AI.Tests/Volo/Abp/AI/ChatClientAccessor_Tests.cs +++ b/framework/test/Volo.Abp.AI.Tests/Volo/Abp/AI/ChatClientAccessor_Tests.cs @@ -45,10 +45,10 @@ public class ChatClientAccessor_Tests : AbpIntegratedTest public void Should_Resolve_Default_ChatClient_For_NonConfigured_Workspace() { // Arrange & Act - var chatClientAccessor = GetRequiredService>(); + var chatClient = GetRequiredService>(); // Assert - chatClientAccessor.ShouldNotBeNull(); + chatClient.ShouldNotBeNull(); } public class NonConfiguredWorkspace