Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Minh Le committed May 2, 2023
1 parent 7ab56ae commit 2eabd5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public abstract class SqlParserBaselineTests : BaselineTests<SqlParserBaselineTe
{
public override SqlParserBaselineTestOutput ExecuteTest(SqlParserBaselineTestInput input)
{
CultureInfo defaultCulture = CultureInfo.CurrentCulture;
CultureInfo defaultCulture = Thread.CurrentThread.CurrentCulture;

TryCatch<SqlQuery> parseQueryMonad = SqlQueryParser.Monadic.Parse(input.Query);
if (parseQueryMonad.Succeeded)
Expand Down

0 comments on commit 2eabd5d

Please sign in to comment.