We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfee24 commit 65e3cb2Copy full SHA for 65e3cb2
website/docs/tasks.md
@@ -244,8 +244,7 @@ This is a convenience wrapper for
244
245
`withPgClient` gets a `pgClient` from the pool that Graphile Worker uses. It
246
calls `await callback(pgClient)`, and finally releases the client and returns
247
-the result of `callback`. This workflow can make testing your tasks easier by
248
-making it easier to mock `pgClient`.
+the result of `callback`. This workflow can make testing your tasks easier.
249
250
Example:
251
0 commit comments