Skip to content

Commit

Permalink
Fix inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
verdie-g committed Feb 21, 2024
1 parent 09338e1 commit 0a6f86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/OpenApiTests/Headers/HeaderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public async Task Endpoints_have_caching_headers(string endpointPath)

return;

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

0 comments on commit 0a6f86f

Please sign in to comment.