Skip to content

Commit 0c54668

Browse files
fix#375 - updated schema rule count in the unit test
1 parent e8b46b3 commit 0c54668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.OpenApi.Tests/Validations/ValidationRuleSetTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void DefaultRuleSetPropertyReturnsTheCorrectRules()
4343
Assert.NotEmpty(rules);
4444

4545
// Update the number if you add new default rule(s).
46-
Assert.Equal(22, rules.Count);
46+
Assert.Equal(24, rules.Count);
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)