mirror of
https://github.com/tubearchivist/tubearchivist.git
synced 2025-07-15 13:28:15 +00:00
fix naming
This commit is contained in:
parent
c9285ce3a1
commit
d6b5521c11
@ -121,7 +121,7 @@ INVALID_IDS_ERRORS = [
|
||||
|
||||
|
||||
@pytest.mark.parametrize("invalid_value", INVALID_IDS_ERRORS)
|
||||
def test_utility_class_init_raises_value_error(invalid_value):
|
||||
def test_invalid_ids(invalid_value):
|
||||
"""test for invalid IDs"""
|
||||
with pytest.raises(ValueError, match="not a valid id_str"):
|
||||
parser = Parser(invalid_value)
|
||||
|
Loading…
x
Reference in New Issue
Block a user