tests: add tests for ephemeral cache control model
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
namespace AnthropicClient.Tests.Unit.Models;
|
||||||
|
|
||||||
|
public class EphemeralCacheControlTests
|
||||||
|
{
|
||||||
|
[Fact]
|
||||||
|
public void Constructor_WhenCalled_ItShouldInitializeType()
|
||||||
|
{
|
||||||
|
new EphemeralCacheControl().Type.Should().Be(CacheControlType.Ephemeral);
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user