Skip to content

Commit 5f5570d

Browse files
authored
Update README.md
1 parent 4fc5912 commit 5f5570d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ situations like passthroughs or other test-only calculations.
260260
Expecter Interfaces
261261
--------------------
262262

263-
New in [v2.10.0](https://github.com/vektra/mockery/pull/396)
263+
New in [v2.10.0](https://github.com/vektra/mockery/pull/396).
264264

265-
Mockery now supports an "expecter" interface which allows your tests to use type-safe methods. You can enter into the expecter interface by simply calling `.EXPECT()` on your mock object.
265+
Mockery now supports an "expecter" interface which allows your tests to use type-safe methods. When enabled through the `with-expecter: True` mockery configuration, you can enter into the expecter interface by simply calling `.EXPECT()` on your mock object.
266266

267267
For example, given an interface such as
268268
```go

0 commit comments

Comments
 (0)