Skip to content

Commit

Permalink
Fix UnusedMethodReturnValue warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tjementum committed Nov 22, 2023
1 parent 7399f97 commit f03a55e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/account-management/Tests/Api/BaseApiTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ protected static void EnsureSuccessWithEmptyHeaderAndLocation(HttpResponseMessag
response.Headers.Location.Should().BeNull();
}

[UsedImplicitly]
protected Task EnsureErrorStatusCode(HttpResponseMessage response, HttpStatusCode statusCode,
IEnumerable<ErrorDetail> expectedErrors)
{
Expand Down

0 comments on commit f03a55e

Please sign in to comment.