diff --git a/tests/AnthropicClient.Tests/EndToEnd/AnthropicApiClientTests.cs b/tests/AnthropicClient.Tests/EndToEnd/AnthropicApiClientTests.cs index f56d165..583ec2a 100644 --- a/tests/AnthropicClient.Tests/EndToEnd/AnthropicApiClientTests.cs +++ b/tests/AnthropicClient.Tests/EndToEnd/AnthropicApiClientTests.cs @@ -14,6 +14,7 @@ public class ClientTests(ConfigurationFixture configFixture) : EndToEndTest(conf result.IsSuccess.Should().BeTrue(); result.Value.Should().BeOfType(); + result.Value.Content.Should().NotBeNullOrEmpty(); } [Fact]