Skip to content

Commit 6813993

Browse files
committed
Fix typo
1 parent 92a351a commit 6813993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pytest_mock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def needs_assert_rewrite(pytestconfig):
3131
"""
3232
Fixture which skips requesting test if assertion rewrite is disabled (#102)
3333
34-
Making this a fixture to avoid acessing pytest's config in the global context.
34+
Making this a fixture to avoid accessing pytest's config in the global context.
3535
"""
3636
option = pytestconfig.getoption("assertmode")
3737
if option != "rewrite":

0 commit comments

Comments
 (0)