Skip to content

Commit

Permalink
test serial compression branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jwong-nd committed Nov 6, 2024
1 parent 9ac8ecb commit 36e1c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_transform_videos.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def test_run_job(self, mock_time: MagicMock):
compression_requested=CompressionRequest(
compression_enum=compression_enum
),
parallel_compression=False
)
response = helper_run_compression_job(job_settings, mock_time)
self.assertEqual(expected_response, response)
Expand Down

0 comments on commit 36e1c61

Please sign in to comment.