enisn
2 weeks ago
No known key found for this signature in database
GPG Key ID: A052619F04155D1C
1 changed files with
2 additions and
2 deletions
-
framework/test/Volo.Abp.AI.Tests/Volo/Abp/AI/ChatClientAccessor_Tests.cs
|
|
|
@ -45,10 +45,10 @@ public class ChatClientAccessor_Tests : AbpIntegratedTest<AbpAITestModule> |
|
|
|
public void Should_Resolve_Default_ChatClient_For_NonConfigured_Workspace() |
|
|
|
{ |
|
|
|
// Arrange & Act
|
|
|
|
var chatClientAccessor = GetRequiredService<IChatClient<NonConfiguredWorkspace>>(); |
|
|
|
var chatClient = GetRequiredService<IChatClient<NonConfiguredWorkspace>>(); |
|
|
|
|
|
|
|
// Assert
|
|
|
|
chatClientAccessor.ShouldNotBeNull(); |
|
|
|
chatClient.ShouldNotBeNull(); |
|
|
|
} |
|
|
|
|
|
|
|
public class NonConfiguredWorkspace |
|
|
|
|