Skip to content

Commit c4c95a3

Browse files
committed
Update ExpressionBuilderTests.cs
1 parent 399caa2 commit c4c95a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/ExpressionBuilderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ public class TargetWithField
444444
[InlineData("Name", Comparison.Contains, "son 2", "Person 2")]
445445
[InlineData("Name", Comparison.StartsWith, "Person 2", "Person 2")]
446446
[InlineData("Name", Comparison.EndsWith, "son 2", "Person 2")]
447-
[InlineData("Name", Comparison.EndsWith, "person 2", "Person 2", false)] [InlineData("Age", Comparison.Equal, "13", "Person 2")]
447+
[InlineData("Age", Comparison.Equal, "13", "Person 2")]
448448
[InlineData("Age", Comparison.GreaterThan, "12", "Person 2")]
449449
[InlineData("Age", Comparison.Equal, "12", "Person 2", true)]
450450
[InlineData("Age", Comparison.GreaterThanOrEqual, "13", "Person 2")]

0 commit comments

Comments
 (0)