Skip to content

Commit 516a8fc

Browse files
committed
Remove repeated word in test name
1 parent 458d070 commit 516a8fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dialect/psql/select_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ WINDOW w AS (PARTITION BY depname ORDER BY salary)`,
225225
WHERE ("id" = $2)`,
226226
ExpectedArgs: []any{"123", 100},
227227
},
228-
"with locking locking": {
228+
"with locking": {
229229
Query: psql.Select(
230230
sm.Columns("id", "name"),
231231
sm.From("users"),

website/docs/query-builder/psql/examples/select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ psql.Select(
393393
)
394394
```
395395

396-
## With Locking Locking
396+
## With Locking
397397

398398
SQL:
399399

0 commit comments

Comments
 (0)