diff --git a/integration-tests/tests/singlestore/singlestore-common.ts b/integration-tests/tests/singlestore/singlestore-common.ts index 7e79eb467..9c8c8173e 100644 --- a/integration-tests/tests/singlestore/singlestore-common.ts +++ b/integration-tests/tests/singlestore/singlestore-common.ts @@ -985,7 +985,7 @@ export function tests(driver?: string) { expect(query).toEqual({ sql: 'insert into `userstest` (`id`, `name`, `verified`, `jsonb`, `created_at`) values (?, ?, default, ?, default) on duplicate key update `id` = ?, `name` = ?', - params: ['John', '["foo","bar"]', 'John1'], + params: [1, 'John', '["foo","bar"]', 1, 'John1'], }); });