mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
maybe syntax?
This commit is contained in:
parent
5f423bee31
commit
20d9e42414
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ def test_disallows_gitlfs_when_specified(temp_git_dir): # pragma: no cover
|
|||
cmd_output('git', 'lfs', 'track', 'f.py')
|
||||
cmd_output('git', 'add', '--', '.')
|
||||
# Should reject file
|
||||
assert main(('--maxkb', '9', '--allow-in-lfs', 'false', 'f.py')) == 1
|
||||
assert main(('--maxkb', '9', '--allow-in-lfs', 'False', 'f.py')) == 1
|
||||
|
||||
|
||||
@xfailif_no_gitlfs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue