There was an error while loading. Please reload this page.
1 parent 780aa90 commit 0b53745Copy full SHA for 0b53745
docs/guide/testing-taskiq.md
@@ -74,7 +74,7 @@ After the preparations are done, we need to modify the broker's file in your pro
74
75
@[code python](../examples/testing/main_file.py)
76
77
-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.
78
The main point here is to not have an actual connection during testing. It's useful because inmemory broker has
79
the same interface as a real broker, but it doesn't send tasks actually.
80
0 commit comments