diff --git a/tests/darwin/dataset/remote_dataset_test.py b/tests/darwin/dataset/remote_dataset_test.py index 167892dd9..939f9cc36 100644 --- a/tests/darwin/dataset/remote_dataset_test.py +++ b/tests/darwin/dataset/remote_dataset_test.py @@ -417,6 +417,17 @@ def test_works_on_videos( }, } + with (video_path / "0000001.json").open() as f: + assert json.loads(f.read()) == { + "annotations": [], + "image": { + "filename": "test_video/0000001.png", + "height": 1080, + "url": "frame_2.jpg", + "width": 1920, + }, + } + with (video_path / "0000002.json").open() as f: assert json.loads(f.read()) == { "annotations": [