Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpt committed Jan 30, 2024
1 parent 7358e72 commit 2935c95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/test_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ def test_video_process_sample_with_distance(setup_data: py.path.local):
Path(
sample_dir,
"max-360mode.mp4",
"max-360mode_0_000000.jpg",
"max-360mode_0_000001.jpg",
)
),
"filetype": "image",
Expand All @@ -725,7 +725,7 @@ def test_video_process_sample_with_distance(setup_data: py.path.local):
Path(
sample_dir,
"max-360mode.mp4",
"max-360mode_0_000127.jpg",
"max-360mode_0_000002.jpg",
)
),
"filetype": "image",
Expand All @@ -747,7 +747,7 @@ def test_video_process_sample_with_distance(setup_data: py.path.local):
Path(
sample_dir,
"max-360mode.mp4",
"max-360mode_0_000250.jpg",
"max-360mode_0_000003.jpg",
)
),
"filetype": "image",
Expand Down

0 comments on commit 2935c95

Please sign in to comment.