From 04343bf732e079b7a2896e94c38836e29df6455c Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sun, 30 Jun 2024 12:05:56 -0500 Subject: [PATCH] tests: update test case name --- .../Unit/Utils/JsonSchemaGeneratorTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/AnthropicClient.Tests/Unit/Utils/JsonSchemaGeneratorTests.cs b/tests/AnthropicClient.Tests/Unit/Utils/JsonSchemaGeneratorTests.cs index b6b874a..9478caf 100644 --- a/tests/AnthropicClient.Tests/Unit/Utils/JsonSchemaGeneratorTests.cs +++ b/tests/AnthropicClient.Tests/Unit/Utils/JsonSchemaGeneratorTests.cs @@ -20,7 +20,7 @@ public class JsonSchemaGeneratorTests } [Fact] - public void GenerateInputSchema_GivenFunctionWithParameter_ItShouldReturnSchemaWithProperty() + public void GenerateInputSchema_GivenFunctionWithParameterThatHasDefaultValue_ItShouldReturnSchemaWithPropertyNameDescriptionAndNoRequiredProperties() { var expectedSchema = new JsonObject() {