Skip to content

Commit

Permalink
Merge pull request pytest-dev#355 from Karamann/fix/fix_test_invocati…
Browse files Browse the repository at this point in the history
…ons.py_typo

Fix typo on test_invocations.py
  • Loading branch information
bluetech committed May 11, 2022
2 parents 61a80ab + 25a84da commit 70fde45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_invocations.py
Expand Up @@ -40,7 +40,7 @@ def hello(self, arg):


def test_opt_in_args(pm: PluginManager) -> None:
"""Verfiy that two hookimpls with mutex args can serve
"""Verify that two hookimpls with mutex args can serve
under the same spec.
"""

Expand Down

0 comments on commit 70fde45

Please sign in to comment.