test-doubles.md
... ...
@@ -220,7 +220,7 @@ describe Converter do
220 220
end
221 221
```
222 222
223
-### Testing messages sent to others
223
+### Testing messages sent to others -- when to mock
224 224
225 225
When we send a message to another object that results in a side effect, we want to verify the side effect.
226 226