Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amoh-godwin authored Jan 3, 2025
1 parent 09fb19e commit 04fb248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_pseudo_ffprobe.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'file_name,duration',
[
("countdown.mp4", "00:00:04.37"),
('Ea-sy_Lemon_30_Second_-_Kevin_MacLeod.mp3', "00:00:31.29"),
('Easy_Lemon_30_Second_-_Kevin_MacLeod.mp3', "00:00:31.29"),
("Ecossaise in E-flat - Kevin MacLeod.mp3", "00:00:30.96")
])
def test_probe(file_name, duration):
Expand Down

0 comments on commit 04fb248

Please sign in to comment.