Skip to content

Commit 65e3cb2

Browse files
committed
remove reference to mocking in tasks doc
1 parent 1dfee24 commit 65e3cb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/docs/tasks.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@ This is a convenience wrapper for
244244

245245
`withPgClient` gets a `pgClient` from the pool that Graphile Worker uses. It
246246
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`.
247+
the result of `callback`. This workflow can make testing your tasks easier.
249248

250249
Example:
251250

0 commit comments

Comments
 (0)