mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
⚗️ fix tests
This commit is contained in:
parent
f4e6d74d6e
commit
45d0e05892
1 changed files with 4 additions and 4 deletions
|
|
@ -21,18 +21,18 @@ REPRESENTATION_DATA: dict = {
|
|||
"file_path": Path("/path/to/file"),
|
||||
"file_size": 1024,
|
||||
"file_hash": None,
|
||||
"persistent": True,
|
||||
# "persistent": True,
|
||||
},
|
||||
Image.id: {"persistent": True},
|
||||
Image.id: {},
|
||||
PixelBased.id: {
|
||||
"display_window_width": 1920,
|
||||
"display_window_height": 1080,
|
||||
"pixel_aspect_ratio": 1.0,
|
||||
"persistent": True,
|
||||
# "persistent": True,
|
||||
},
|
||||
Planar.id: {
|
||||
"planar_configuration": "RGB",
|
||||
"persistent": True,
|
||||
# "persistent": True,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue