Skip to content

Commit

Permalink
Remove repeated word in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenafamo committed Dec 5, 2024
1 parent 458d070 commit 516a8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dialect/psql/select_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ WINDOW w AS (PARTITION BY depname ORDER BY salary)`,
WHERE ("id" = $2)`,
ExpectedArgs: []any{"123", 100},
},
"with locking locking": {
"with locking": {
Query: psql.Select(
sm.Columns("id", "name"),
sm.From("users"),
Expand Down
2 changes: 1 addition & 1 deletion website/docs/query-builder/psql/examples/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ psql.Select(
)
```

## With Locking Locking
## With Locking

SQL:

Expand Down

0 comments on commit 516a8fc

Please sign in to comment.