Skip to content

Commit

Permalink
💚 CI: Fixed invalid escape sequence in testcase string.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiTronix committed Jun 19, 2024
1 parent 8b765b9 commit cb769d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vidgear/tests/streamer_tests/test_streamgear_modes.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ def test_input_framerate_rtf(format):
{
"-clear_prev_assets": True,
"-seg_duration": -346.67,
"-audio": "inv/\lid",
"-audio": "invAlid",
"-bpp": "unknown",
"-gop": "unknown",
"-s:v:0": "unknown",
Expand Down

0 comments on commit cb769d3

Please sign in to comment.