Skip to content

Commit 3e4b27d

Browse files
authored
Fixing typos
1 parent 4d9062b commit 3e4b27d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Service.Tests/SqlTests/GraphQLQueryTests/MsSqlGraphQLQueryTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)