From f7b8e09e68bc417f7ed74e57ac7167a8d4d1af0d Mon Sep 17 00:00:00 2001 From: Walluce Pinkham Date: Wed, 13 Apr 2022 09:34:55 +0100 Subject: [PATCH] Fixed flake8 issue --- tests/repository_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/repository_test.py b/tests/repository_test.py index c6280715..abdb756c 100644 --- a/tests/repository_test.py +++ b/tests/repository_test.py @@ -1169,7 +1169,7 @@ def test_local_lua_additional_dependencies(store): 'powershell_repo', ), ) -def test_dotnet_hook(tempdir_factory, store, repo): +def test_powershell_hook(tempdir_factory, store, repo): _test_hook_repo( tempdir_factory, store, repo, 'powershell-example-hook', [], b'Hello from Powershell\n',