Skip to content

Commit 124d213

Browse files
Fix typo
Co-authored-by: Brennan <[email protected]>
1 parent ea13cf1 commit 124d213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Validation/test/Microsoft.Extensions.Validation.GeneratorTests/ValidationsGenerator.ClassAttributes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ await VerifyValidatableType(compilation, "ComplexType", async (validationOptions
9090
await InvalidClassAttributeCheck_ProducesError(validatableTypeInfo);
9191
await InvalidNestedClassAttributeCheck_ProducesError_AndShortCircuits(validatableTypeInfo);
9292

93-
async Task InvalidPropertyAttributeCheck_ProducesError_AndShortCirctuits(IValidatableInfo validatableInfo)
93+
async Task InvalidPropertyAttributeCheck_ProducesError_AndShortCircuits(IValidatableInfo validatableInfo)
9494
{
9595
var instance = Activator.CreateInstance(type);
9696
type.GetProperty("X")?.SetValue(instance, 16);

0 commit comments

Comments
 (0)