mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 00:54:42 +04:00
Fix typos all around
This commit is contained in:
parent
dbccd57db0
commit
1e7506dba6
5 changed files with 7 additions and 7 deletions
|
|
@ -291,7 +291,7 @@ def test_health_check_without_version(prefix, installed_environment, version):
|
|||
prefix=prefix, version=C.DEFAULT, cwd=env_dir,
|
||||
)
|
||||
|
||||
# no R version specified fails as unhealty
|
||||
# no R version specified fails as unhealthy
|
||||
msg = 'Hooks were installed with an unknown R version'
|
||||
check_output = r.health_check(prefix, C.DEFAULT)
|
||||
assert check_output is not None and check_output.startswith(msg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue