Skip to content

Commit 4bfd8ad

Browse files
authored
Merge pull request #206 from yanqd0/yanqd0-patch-1
Rename MockFixture to MockerFixture in README
2 parents 03da957 + 53dc516 commit 4bfd8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ the method, and uses pytest's own `advanced assertions`_ to return a better
184184
diff::
185185

186186

187-
mocker = <pytest_mock.MockFixture object at 0x0381E2D0>
187+
mocker = <pytest_mock.MockerFixture object at 0x0381E2D0>
188188

189189
def test(mocker):
190190
m = mocker.Mock()

0 commit comments

Comments
 (0)