Skip to content

Commit 1a8cc52

Browse files
committed
Fix inspection
1 parent d5b7a40 commit 1a8cc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/OpenApiTests/Headers/HeaderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public async Task Get_and_head_endpoints_have_caching_headers(string endpointPat
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)