From 25a84da5865cd10d2867c72bcfb29a1e0b251e53 Mon Sep 17 00:00:00 2001 From: Karamann Date: Wed, 11 May 2022 17:00:41 +0300 Subject: [PATCH] fix typo on test_invocations.py --- testing/test_invocations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_invocations.py b/testing/test_invocations.py index 0c316422..ac7f8a58 100644 --- a/testing/test_invocations.py +++ b/testing/test_invocations.py @@ -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. """