Skip to content

Commit 70fde45

Browse files
authored
Merge pull request #355 from Karamann/fix/fix_test_invocations.py_typo
Fix typo on test_invocations.py
2 parents 61a80ab + 25a84da commit 70fde45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_invocations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def hello(self, arg):
4040

4141

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

0 commit comments

Comments
 (0)