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 a1f81b5 commit 8dba67cCopy full SHA for 8dba67c
src/Mvc/Mvc.Abstractions/test/ModelBinding/ModelStateDictionaryTest.cs
@@ -694,7 +694,7 @@ public void GetFieldValidity_ReturnsUnvalidated_IfAnyItemInSubtreeIsInvalid()
694
}
695
696
[Fact]
697
- public void GetFieldValidity_ReturnsUnvalidated_IfTreeHeightIsBiggerThanLimit()
+ public void GetFieldValidity_ReturnsUnvalidated_IfTreeHeightIsGreaterThanLimit()
698
{
699
// Arrange
700
var dictionary = new ModelStateDictionary();
0 commit comments