Skip to content

Commit

Permalink
remove the test for empty list of frames
Browse files Browse the repository at this point in the history
  • Loading branch information
yzld2002 committed Aug 5, 2024
1 parent 9757ed2 commit 736b045
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/unit/tools/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,3 @@ def test_saves_frames_with_output_path(self, tmp_path):

assert output_path == video_output_path
assert Path(output_path).exists()

# Handles an empty list of frames gracefully
def test_handles_empty_frames_list(self):
frames = []
output_path = save_video(frames)
assert Path(output_path).exists()

0 comments on commit 736b045

Please sign in to comment.