Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81df782 commit 2255d84Copy full SHA for 2255d84
1 file changed
tests/commands/run_test.py
@@ -683,7 +683,7 @@ def test_error_with_unstaged_config(
683
):
684
args = run_opts()
685
ret, printed = _do_run(cap_out, modified_config_repo, args)
686
- assert b'Your .pre-commit-config.yaml is unstaged.' in printed
+ assert b'Your pre-commit configuration is unstaged.' in printed
687
assert ret == 1
688
689
@@ -695,7 +695,7 @@ def test_no_unstaged_error_with_all_files_or_files(
695
696
args = run_opts(**opts)
697
698
- assert b'Your .pre-commit-config.yaml is unstaged.' not in printed
+ assert b'Your pre-commit configuration is unstaged.' not in printed
699
700
701
def test_files_running_subdir(
0 commit comments