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 f7ba49d commit 2a9e773Copy full SHA for 2a9e773
test/OpenApiTests/ModelStateValidation/ModelStateValidationTests.cs
@@ -144,7 +144,7 @@ public async Task Email_annotation_on_resource_property_produces_expected_schema
144
145
[Theory]
146
[MemberData(nameof(SchemaNames))]
147
- public async Task Min_max_length_annotation_on_resource_list_property_produces_expected_schema(string modelName)
+ public async Task Min_max_length_annotation_on_resource_property_produces_expected_schema(string modelName)
148
{
149
// Act
150
JsonElement document = await _testContext.GetSwaggerDocumentAsync();
0 commit comments