Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Dec 19, 2024
1 parent 0f755e4 commit f1bc53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/subtitles_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def test_write_original_small_digits(self):
directory = os.path.dirname(srt_file)
filename = os.path.basename(srt_file)
subtitles.write(
utterance_metadata=self._get_utterances(),
utterance_metadata=self._get_utterances_small_digits(),
directory=directory,
filename=filename,
translated=False,
Expand Down

0 comments on commit f1bc53e

Please sign in to comment.