Skip to content

Commit

Permalink
fix decorator styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Mar 3, 2021
1 parent 28d9aab commit de0375f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/repository_test.py
Expand Up @@ -334,7 +334,7 @@ def test_run_a_ruby_hook(tempdir_factory, store):
)


@ xfailif_windows # pragma: win32 no cover
@xfailif_windows # pragma: win32 no cover
def test_run_versioned_ruby_hook(tempdir_factory, store):
_test_hook_repo(
tempdir_factory, store, 'ruby_versioned_hooks_repo',
Expand All @@ -344,7 +344,7 @@ def test_run_versioned_ruby_hook(tempdir_factory, store):
)


@ xfailif_windows # pragma: win32 no cover
@xfailif_windows # pragma: win32 no cover
def test_run_ruby_hook_with_disable_shared_gems(
tempdir_factory,
store,
Expand Down

0 comments on commit de0375f

Please sign in to comment.