tests: update test case name

This commit is contained in:
Stevan Freeborn
2024-06-30 12:05:56 -05:00
parent 087f012093
commit 04343bf732
@@ -20,7 +20,7 @@ public class JsonSchemaGeneratorTests
} }
[Fact] [Fact]
public void GenerateInputSchema_GivenFunctionWithParameter_ItShouldReturnSchemaWithProperty() public void GenerateInputSchema_GivenFunctionWithParameterThatHasDefaultValue_ItShouldReturnSchemaWithPropertyNameDescriptionAndNoRequiredProperties()
{ {
var expectedSchema = new JsonObject() var expectedSchema = new JsonObject()
{ {