Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
veloii committed Aug 7, 2024
1 parent 497e9da commit 6158d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/tests/mysql/mysql-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ export function tests(driver?: string) {
test('insert: placeholders on columns with encoder', async (ctx) => {
const { db } = ctx.mysql;

const date = new Date("2024-08-07T15:30:00Z");
const date = new Date('2024-08-07T15:30:00Z');

const statement = db.insert(usersTable).values({
name: 'John',
Expand Down

0 comments on commit 6158d8b

Please sign in to comment.