Skip to content

Commit

Permalink
Fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pfus committed Nov 25, 2024
1 parent d7de5fd commit abb9e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion put_get_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ func TestPutGetLargeFile(t *testing.T) {
dbt.mustExec("rm @~/" + dir)

// PUT test
putQuery := fmt.Sprintf("put file://%v/test_data/largefile.txt @%v", sourceDir, "~/"+dir)
putQuery := fmt.Sprintf("put file://%v/test_data/largefile.txt @~/%v", sourceDir, dir)
sqlText := strings.ReplaceAll(putQuery, "\\", "\\\\")
dbt.mustExec(sqlText)
defer dbt.mustExec("rm @~/" + dir)
Expand Down

0 comments on commit abb9e7b

Please sign in to comment.