Fixed flake8 issue

This commit is contained in:
Walluce Pinkham 2022-04-13 09:34:55 +01:00
parent f2e3803913
commit f7b8e09e68

View file

@ -1169,7 +1169,7 @@ def test_local_lua_additional_dependencies(store):
'powershell_repo', 'powershell_repo',
), ),
) )
def test_dotnet_hook(tempdir_factory, store, repo): def test_powershell_hook(tempdir_factory, store, repo):
_test_hook_repo( _test_hook_repo(
tempdir_factory, store, repo, tempdir_factory, store, repo,
'powershell-example-hook', [], b'Hello from Powershell\n', 'powershell-example-hook', [], b'Hello from Powershell\n',