diff --git a/testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml b/testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml index 4b0c5fad1..f221854a4 100644 --- a/testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml +++ b/testing/resources/dotnet_hooks_combo_repo/.pre-commit-hooks.yaml @@ -9,4 +9,4 @@ description: Test Project 2 entry: proj2 language: dotnet - stages: [commit] + stages: [commit] diff --git a/testing/resources/dotnet_hooks_combo_repo/proj1/proj1.csproj b/testing/resources/dotnet_hooks_combo_repo/proj1/proj1.csproj index abcb8f89e..4f714d339 100644 --- a/testing/resources/dotnet_hooks_combo_repo/proj1/proj1.csproj +++ b/testing/resources/dotnet_hooks_combo_repo/proj1/proj1.csproj @@ -6,7 +6,7 @@ true proj1 - ./nupkg + ./nupkg diff --git a/testing/resources/dotnet_hooks_combo_repo/proj2/proj2.csproj b/testing/resources/dotnet_hooks_combo_repo/proj2/proj2.csproj index bfe2714d8..da451f7cc 100644 --- a/testing/resources/dotnet_hooks_combo_repo/proj2/proj2.csproj +++ b/testing/resources/dotnet_hooks_combo_repo/proj2/proj2.csproj @@ -6,7 +6,7 @@ true proj2 - ./nupkg + ./nupkg diff --git a/tests/repository_test.py b/tests/repository_test.py index b97526a21..5c7909c5c 100644 --- a/tests/repository_test.py +++ b/tests/repository_test.py @@ -1042,7 +1042,7 @@ def test_local_perl_additional_dependencies(store): ( 'dotnet_hooks_csproj_repo', 'dotnet_hooks_sln_repo', - 'dotnet_hooks_combo_repo' + 'dotnet_hooks_combo_repo', ), ) def test_dotnet_hook(tempdir_factory, store, repo):