Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4594e9

Browse files
committed
Revert a name change in the test harness
1 parent c6987bb commit f4594e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/tests/FunctionalTests/TdsParserStateObject.TestHarness.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ internal class Strings
7171

7272
public class Parser
7373
{
74-
internal object ProcessSniError(TdsParserStateObject tdsParserStateObject) => "ProcessSNIError";
74+
internal object ProcessSNIError(TdsParserStateObject tdsParserStateObject) => "ProcessSNIError";
7575
public TdsParserState State = TdsParserState.OpenLoggedIn;
7676
}
7777

0 commit comments

Comments
 (0)