mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Fix typo
This commit is contained in:
parent
0c481ea51d
commit
c2375f2fa8
2 changed files with 7 additions and 7 deletions
|
|
@ -118,7 +118,7 @@ def test_check_args_length_error_too_many_plural():
|
|||
)
|
||||
|
||||
|
||||
def test_check_args_length_error_too_many_singluar():
|
||||
def test_check_args_length_error_too_many_singular():
|
||||
with pytest.raises(SystemExit) as excinfo:
|
||||
hook_impl._check_args_length('commit-msg', [])
|
||||
msg, = excinfo.value.args
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue