Skip to content

Commit 0a6f86f

Browse files
committed
Fix inspection
1 parent 09338e1 commit 0a6f86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/OpenApiTests/Headers/HeaderTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public async Task Endpoints_have_caching_headers(string endpointPath)
5656

5757
return;
5858

59-
void AssertETag(JsonElement etagElement)
59+
static void AssertETag(JsonElement etagElement)
6060
{
6161
etagElement.Should().HaveProperty("description",
6262
"A fingerprint of the HTTP response, which can be used in an If-None-Match header to only fetch changes.");

0 commit comments

Comments
 (0)