diff --git a/tests/AnthropicClient.Tests/EndToEnd/AnthropicApiClientTests.cs b/tests/AnthropicClient.Tests/EndToEnd/AnthropicApiClientTests.cs index 0a62504..25abb08 100644 --- a/tests/AnthropicClient.Tests/EndToEnd/AnthropicApiClientTests.cs +++ b/tests/AnthropicClient.Tests/EndToEnd/AnthropicApiClientTests.cs @@ -80,8 +80,8 @@ public class ClientTests(ConfigurationFixture configFixture) : EndToEndTest(conf result.IsSuccess.Should().BeTrue(); result.Value.Should().BeOfType(); result.Value.Content.Should().NotBeNullOrEmpty(); - - var text = result.Value.Content.Aggregate("", (acc, content) => + + var text = result.Value.Content.Aggregate("", (acc, content) => { if (content is TextContent textContent) {