Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaflik committed Mar 25, 2024
1 parent 874e361 commit 32ddbd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/issues/1247_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ func Test1247(t *testing.T) {
conn.Exec(ctx, "DROP TABLE IF EXISTS test_1247")
}()

_, err = conn.PrepareBatch(context.Background(), "INSERT INTO test_1247 (`ColumnNameWithParentheses(something)`) VALUES (\"test\")")
_, err = conn.PrepareBatch(context.Background(), "INSERT INTO test_1247 (`ColumnNameWithParentheses(something)`)")
require.NoError(t, err)
}

0 comments on commit 32ddbd9

Please sign in to comment.