Skip to content

Commit e79da23

Browse files
author
Eliya Cohen
committed
format
1 parent 17c9cfb commit e79da23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/src/rules/check-sql.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ RuleTester.describe("check-sql", () => {
12781278
code: "sql<{ phone_number: PhoneNumber }>`select phone_number from caregiver_phone`",
12791279
},
12801280
{
1281-
name: 'select case when then jsonb with not like with type reference',
1281+
name: "select case when then jsonb with not like with type reference",
12821282
filename,
12831283
options: withConnection(connections.withTag, {
12841284
targets: [{ tag: "sql", transform: "{type}[]" }],

0 commit comments

Comments
 (0)