Skip to content

Commit 6222908

Browse files
committed
fix: extra quotas in testing-taskiq
1 parent 0e2e729 commit 6222908

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/guide/testing-taskiq.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,7 @@ In such a way you don't need to manually call the `wait_result` in your code.
161161
To set it up, define the broker as the following:
162162

163163
```python
164-
...
165-
broker = InMemoryBroker(await_inplace=True)
166-
...
167-
164+
broker = InMemoryBroker(await_inplace=True)
168165
```
169166

170167
With this setup all `await function.kiq()` calls will behave similarly to `await function()`, but

0 commit comments

Comments
 (0)