Skip to content

Commit 74787b7

Browse files
committed
More consistency
1 parent 911c975 commit 74787b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/postgresql.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ describe('PostgreSqlFormatter', () => {
263263
`);
264264
});
265265

266-
it('formats FOR UPDATE clauses', () => {
266+
it('formats FOR UPDATE clause', () => {
267267
expect(
268268
format(`
269269
SELECT * FROM tbl FOR UPDATE;

0 commit comments

Comments
 (0)