Skip to content

Commit

Permalink
Update FilterBinderFunctionalTests.cs
Browse files Browse the repository at this point in the history
Fix broken test case
  • Loading branch information
Arithmomaniac authored Oct 3, 2022
1 parent 77260e9 commit 81b7f4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ public static IEnumerable<FilterTestCase> BuiltInStringFunctionCallTestCases(IEd
QueryNode[] args13 = new QueryNode[]
{
new ConstantNode("oh"),
new ConstantNode("Johny")
new ConstantNode("Joh?ny")
};
yield return new FilterTestCase
{
Expand Down

0 comments on commit 81b7f4f

Please sign in to comment.