Skip to content

Commit

Permalink
Merge pull request #701 from deuteronomy-works/master
Browse files Browse the repository at this point in the history
Merged
  • Loading branch information
amoh-godwin authored Jan 3, 2025
2 parents c02e95a + 09fb19e commit 1f6afe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test_pseudo_ffprobe.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
'file_name,duration',
[
("countdown.mp4", "00:00:04.37"),
('"Ea-sy_Lemon_30_Second_-_Kevin_MacLeod.mp3"', "00:00:31.29"),
('"Ecossaise in E-flat - Kevin MacLeod.mp3"', "00:00:30.96")
('Ea-sy_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):
test_file = os.path.join(TEST_FOLDER, file_name)
Expand Down Expand Up @@ -107,4 +107,4 @@ def test_generate_tags(file_name):
f = FFprobe(test_file)

assert tags_one == f._generate_tags(metadata_one)
assert tags_two == f._generate_tags(metadata_two)
assert tags_two == f._generate_tags(metadata_two)

0 comments on commit 1f6afe8

Please sign in to comment.