Skip to content

Commit f70c0d9

Browse files
steseeCopilot
andauthored
Update GithubActionsHelloWordWebTests/BasicTests.cs
Co-authored-by: Copilot <[email protected]>
1 parent 9e134d6 commit f70c0d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GithubActionsHelloWordWebTests/BasicTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ public async Task Get_ApiHelloEndpoint_ReturnsSuccessAndCorrectJson()
5252
[Fact]
5353
public async Task Get_NonExistentEndpoint_ReturnsNotFound()
5454
{
55-
// Act
56-
var response = await _client.GetAsync("/nonexistent");
55+
// Act
56+
var response = await _client.GetAsync("/nonexistent");
5757

5858
// Assert
5959
Assert.Equal(HttpStatusCode.NotFound, response.StatusCode);

0 commit comments

Comments
 (0)