Skip to content

Commit

Permalink
use correct phrasing in test
Browse files Browse the repository at this point in the history
:wq
  • Loading branch information
standeren committed Dec 2, 2024
1 parent bd51ebf commit e24c81a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public async Task Put_Returns_400BadRequest_When_Updating_Id_To_Existing_Option_
}

[Fact]
public async Task Put_Returns_400BadRequest_When_Updating_Id_Of_Un_Existing_Option_File()
public async Task PPut_Returns_400BadRequest_When_Updating_Id_Of_NonExistent_Option_File()
{
// Arrange
const string repo = "app-with-options";
Expand Down

0 comments on commit e24c81a

Please sign in to comment.