Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Dec 15, 2022
1 parent a1cf1a4 commit d61db96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_integration/test_pre_commit_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_md2po_pre_commit_hook(tmp_dir, git_init, git_add_commit):
(
'.pre-commit-config.yaml', '''repos:
- repo: https://github.com/mondeja/mdpo
rev: py311
rev: master
hooks:
- id: md2po
files: ^README\\.md
Expand Down Expand Up @@ -70,7 +70,7 @@ def test_po2md_pre_commit_hook(tmp_dir, git_init, git_add_commit):
(
'.pre-commit-config.yaml', '''repos:
- repo: https://github.com/mondeja/mdpo
rev: py311
rev: master
hooks:
- id: po2md
files: ^README\\.md
Expand Down Expand Up @@ -131,7 +131,7 @@ def test_mdpo2html_pre_commit_hook(tmp_dir, git_init, git_add_commit):
(
'.pre-commit-config.yaml', '''repos:
- repo: https://github.com/mondeja/mdpo
rev: py311
rev: master
hooks:
- id: mdpo2html
files: ^README\\.html
Expand Down Expand Up @@ -191,7 +191,7 @@ def test_md2po2md_pre_commit_hook(tmp_dir, git_init, git_add_commit):
with tmp_dir({
'.pre-commit-config.yaml': '''repos:
- repo: https://github.com/mondeja/mdpo
rev: py311
rev: master
hooks:
- id: md2po2md
files: ^README\\.md
Expand Down

0 comments on commit d61db96

Please sign in to comment.