From 04fb24860cbde194574d334a6827ca21868266cd Mon Sep 17 00:00:00 2001 From: Amoh Gyebi Ampofo Date: Fri, 3 Jan 2025 09:28:07 +0000 Subject: [PATCH] fix typo --- test_pseudo_ffprobe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_pseudo_ffprobe.py b/test_pseudo_ffprobe.py index 10d7e45..5ebdb9e 100644 --- a/test_pseudo_ffprobe.py +++ b/test_pseudo_ffprobe.py @@ -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):