We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e134d6 commit f70c0d9Copy full SHA for f70c0d9
GithubActionsHelloWordWebTests/BasicTests.cs
@@ -52,8 +52,8 @@ public async Task Get_ApiHelloEndpoint_ReturnsSuccessAndCorrectJson()
52
[Fact]
53
public async Task Get_NonExistentEndpoint_ReturnsNotFound()
54
{
55
- // Act
56
- var response = await _client.GetAsync("/nonexistent");
+ // Act
+ var response = await _client.GetAsync("/nonexistent");
57
58
// Assert
59
Assert.Equal(HttpStatusCode.NotFound, response.StatusCode);
0 commit comments