Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix testdata path
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
Signed-off-by: Olga Shestopalova <oshestopalova@hubspot.com>
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
@@ -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"
)

0 comments on commit 90b4bff

Please sign in to comment.