chore: run dotnet format

This commit is contained in:
Stevan Freeborn
2024-11-21 13:59:45 -06:00
parent c66dc81df3
commit dc9755cbb8
2 changed files with 2 additions and 2 deletions
@@ -60,7 +60,7 @@ public class DocumentContentTests : SerializationTest
var cacheControl = new EphemeralCacheControl();
var result = new DocumentContent(expectedMediaType, expectedData, cacheControl);
result.Source.Should().BeEquivalentTo(new DocumentSource(expectedMediaType, expectedData));
result.CacheControl.Should().BeSameAs(cacheControl);
}