Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/testing-taskiq.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ After the preparations are done, we need to modify the broker's file in your pro

@[code python](../examples/testing/main_file.py)

As you can see, we added an `if` statement. If the expression is true, we replace our broker with an imemory broker.
As you can see, we added an `if` statement. If the expression is true, we replace our broker with an inmemory broker.
The main point here is to not have an actual connection during testing. It's useful because inmemory broker has
the same interface as a real broker, but it doesn't send tasks actually.

Expand Down