tests: adding missing tests for newly introduced classes
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace AnthropicClient.Tests.Unit.Models;
|
||||
|
||||
public class CitationOptionTests
|
||||
{
|
||||
[Fact]
|
||||
public void Constructor_WhenCalled_ItShouldSetProperties()
|
||||
{
|
||||
var result = new CitationOption();
|
||||
|
||||
result.Enabled.Should().BeFalse();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user