File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Service.Tests/SqlTests/GraphQLQueryTests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -201,8 +201,8 @@ public virtual async Task TestFilterParamForStringFilter()
201201 /// When using complex operators i.e. NotContains due to wildcards being added or special characters being escaped
202202 /// the string being passed as a parameter maybe longer than the length of the column. The parameter data type
203203 /// can't be fixed to the length of the underlying column, otherwise the parameter value would be truncated and
204- /// we'd get incorret results
205- /// Thus checking the parameter length is overridden to cater for teh extra length i.e. lengthOverride = true codepath?
204+ /// we'd get incorrect results
205+ /// Thus checking the parameter length is overridden to cater for the extra length i.e. lengthOverride = true codepath.
206206 /// </remarks>
207207 [ DataTestMethod ]
208208 [ DataRow ( "contains" ) ]
@@ -242,8 +242,8 @@ public virtual async Task TestFilterParamForStringFilterWorkWithComplexOp(string
242242 /// When using complex operators i.e. NotContains due to wildcards being added or special characters being escaped
243243 /// the string being passed as a parameter maybe longer than the length of the column. The parameter data type
244244 /// can't be fixed to the length of the underlying column, otherwise the parameter value would be truncated and
245- /// we'd get incorret results.
246- /// Thus checking the parameter length is overridden to cater for teh extra length i.e. lengthOverride = true codepath?
245+ /// we'd get incorrect results.
246+ /// Thus checking the parameter length is overridden to cater for the extra length i.e. lengthOverride = true codepath.
247247 /// </remarks>
248248 [ TestMethod ]
249249 public virtual async Task TestFilterParamForStringFilterWorkWithNotContains ( string op )
You can’t perform that action at this time.
0 commit comments