chore: run format

This commit is contained in:
Stevan Freeborn
2024-07-19 21:38:52 -05:00
parent b3d4ac3faa
commit 93761b8e7e
@@ -80,8 +80,8 @@ public class ClientTests(ConfigurationFixture configFixture) : EndToEndTest(conf
result.IsSuccess.Should().BeTrue();
result.Value.Should().BeOfType<MessageResponse>();
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)
{