tests: add test for cache control type static class
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace AnthropicClient.Tests.Unit.Models;
|
||||
|
||||
public class CacheControlTypeTests
|
||||
{
|
||||
[Fact]
|
||||
public void Ephemeral_WhenCalled_ItShouldReturnExpectedValue()
|
||||
{
|
||||
CacheControlType.Ephemeral.Should().Be("ephemeral");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user