⚗️ fix tests

This commit is contained in:
Ondrej Samohel 2025-03-27 17:20:26 +01:00
parent f4e6d74d6e
commit 45d0e05892
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -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,
},
}