Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OlteanuRares committed Aug 28, 2024
1 parent 283d270 commit 46f9c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_scc.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def test_line_too_long(self, sample_scc_with_line_too_long):
SCCReader().read(sample_scc_with_line_too_long)

assert exc_info.value.args[0].startswith(
"32 character limit for caption cue in scc file."
"Cursor goes over column 32 for caption cue in scc file."
)
str_to_check = (
"was Cal l l l l l l l l l l l l l l l l l l l l l l l l l l l l "
Expand Down

0 comments on commit 46f9c1d

Please sign in to comment.