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 0e2e729 commit 6222908Copy full SHA for 6222908
docs/guide/testing-taskiq.md
@@ -161,10 +161,7 @@ In such a way you don't need to manually call the `wait_result` in your code.
161
To set it up, define the broker as the following:
162
163
```python
164
-...
165
- broker = InMemoryBroker(await_inplace=True)
166
167
-
+broker = InMemoryBroker(await_inplace=True)
168
```
169
170
With this setup all `await function.kiq()` calls will behave similarly to `await function()`, but
0 commit comments