Skip to content

Commit

Permalink
fix testdata path
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
Signed-off-by: Olga Shestopalova <[email protected]>
  • Loading branch information
shlomi-noach authored and Olga Shestopalova committed Sep 26, 2023
1 parent d874a73 commit 90b4bff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ var (
)

const (
testDataPath = "tmptestdata"
testDataPath = "testdata"
defaultSQLMode = "ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"
)

Expand Down

0 comments on commit 90b4bff

Please sign in to comment.