mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-18 00:24:47 +04:00
Shorten line
This commit is contained in:
parent
fe5390c068
commit
950bc2c7fb
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ def test_golang_hook_still_works_when_gobin_is_set(tempdir_factory, store):
|
|||
tempdir_factory, store, 'golang_hooks_repo',
|
||||
'golang-hook', [], b'hello world\n',
|
||||
)
|
||||
assert os.listdir(gobin_dir) == [], "hook should not be installed in $GOBIN"
|
||||
assert os.listdir(gobin_dir) == [], "hook must not be installed in $GOBIN"
|
||||
|
||||
|
||||
def test_rust_hook(tempdir_factory, store):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue