mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
🤖obey our machine overlords, implement their kind suggestions
This commit is contained in:
parent
0c5d95d3d1
commit
4152f9fc5e
3 changed files with 2 additions and 4 deletions
|
|
@ -122,7 +122,7 @@ def test_file_locations_validation() -> None:
|
|||
with pytest.raises(TraitValidationError):
|
||||
file_locations_trait.validate_trait(representation)
|
||||
|
||||
# invalid representation with mutliple file locations but
|
||||
# invalid representation with multiple file locations but
|
||||
# unrelated to either Sequence or Bundle traits
|
||||
representation = Representation(name="test", traits=[
|
||||
FileLocations(file_paths=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue