6 lines
239 B
C#
6 lines
239 B
C#
namespace AnthropicClient.Tests.EndToEnd;
|
|
|
|
public class EndToEndTest(ConfigurationFixture configFixture) : IClassFixture<ConfigurationFixture>
|
|
{
|
|
protected readonly AnthropicApiClient _client = new(configFixture.AnthropicApiKey, new());
|
|
} |