mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54: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_path": Path("/path/to/file"),
|
||||||
"file_size": 1024,
|
"file_size": 1024,
|
||||||
"file_hash": None,
|
"file_hash": None,
|
||||||
"persistent": True,
|
# "persistent": True,
|
||||||
},
|
},
|
||||||
Image.id: {"persistent": True},
|
Image.id: {},
|
||||||
PixelBased.id: {
|
PixelBased.id: {
|
||||||
"display_window_width": 1920,
|
"display_window_width": 1920,
|
||||||
"display_window_height": 1080,
|
"display_window_height": 1080,
|
||||||
"pixel_aspect_ratio": 1.0,
|
"pixel_aspect_ratio": 1.0,
|
||||||
"persistent": True,
|
# "persistent": True,
|
||||||
},
|
},
|
||||||
Planar.id: {
|
Planar.id: {
|
||||||
"planar_configuration": "RGB",
|
"planar_configuration": "RGB",
|
||||||
"persistent": True,
|
# "persistent": True,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue