Skip to content

Commit 2a9e773

Browse files
verdie-gbkoelman
andauthored
Update test/OpenApiTests/ModelStateValidation/ModelStateValidationTests.cs
Co-authored-by: Bart Koelman <[email protected]>
1 parent f7ba49d commit 2a9e773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/OpenApiTests/ModelStateValidation/ModelStateValidationTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public async Task Email_annotation_on_resource_property_produces_expected_schema
144144

145145
[Theory]
146146
[MemberData(nameof(SchemaNames))]
147-
public async Task Min_max_length_annotation_on_resource_list_property_produces_expected_schema(string modelName)
147+
public async Task Min_max_length_annotation_on_resource_property_produces_expected_schema(string modelName)
148148
{
149149
// Act
150150
JsonElement document = await _testContext.GetSwaggerDocumentAsync();

0 commit comments

Comments
 (0)