File tree 2 files changed +2
-1
lines changed
test/Microsoft.OpenApi.Tests
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1431,6 +1431,7 @@ namespace Microsoft.OpenApi.Validations.Rules
1431
1431
[Microsoft.OpenApi.Validations.Rules.OpenApiRule]
1432
1432
public static class OpenApiPathsRules
1433
1433
{
1434
+ public static Microsoft.OpenApi.Validations.ValidationRule<Microsoft.OpenApi.Models.OpenApiPaths> PathMustBeUnique { get; }
1434
1435
public static Microsoft.OpenApi.Validations.ValidationRule<Microsoft.OpenApi.Models.OpenApiPaths> PathNameMustBeginWithSlash { get; }
1435
1436
}
1436
1437
[Microsoft.OpenApi.Validations.Rules.OpenApiRule]
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public void DefaultRuleSetPropertyReturnsTheCorrectRules()
35
35
Assert . NotEmpty ( rules ) ;
36
36
37
37
// Update the number if you add new default rule(s).
38
- Assert . Equal ( 22 , rules . Count ) ;
38
+ Assert . Equal ( 23 , rules . Count ) ;
39
39
}
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments