add latest tests
This commit is contained in:
@@ -6,6 +6,8 @@ using Microsoft.Extensions.Logging;
|
||||
using Microsoft.Extensions.Options;
|
||||
using Moq;
|
||||
|
||||
namespace ChatBot.Tests.Services;
|
||||
|
||||
public class SystemPromptServiceTests : UnitTestBase
|
||||
{
|
||||
private readonly Mock<ILogger<SystemPromptService>> _loggerMock;
|
||||
|
||||
Reference in New Issue
Block a user