mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-18 16:44: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
|
|
@ -29,7 +29,7 @@ def is_valid_according_to_schema(obj, obj_schema):
|
|||
return False
|
||||
|
||||
|
||||
@pytest.mark.parametrize('value', ('definitely-not-a-tag', 'fiel'))
|
||||
@pytest.mark.parametrize('value', ('definitely-not-a-tag', 'file'))
|
||||
def test_check_type_tag_failures(value):
|
||||
with pytest.raises(cfgv.ValidationError):
|
||||
check_type_tag(value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue