Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
desbma committed Jun 5, 2020
1 parent e3114be commit 4ab874c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def setUpClass(cls):
download("https://upload.wikimedia.org/wikipedia/en/0/09/Opeth_-_Deliverance.ogg",
vorbis_filepath)
opus_filepath = os.path.join(cls.ref_temp_dir.name, "f.opus")
download("https://people.xiph.org/~giles/2012/opus/ehren-paper_lights-64.opus",
download("https://www.dropbox.com/s/xlp1goezxovlgl4/ehren-paper_lights-64.opus?dl=1",
opus_filepath)
mp3_filepath = os.path.join(cls.ref_temp_dir.name, "f.mp3")
download("https://www.dropbox.com/s/mtac0y8azs5hqxo/Shuffle%2520for%2520K.M.mp3?dl=1",
Expand Down

0 comments on commit 4ab874c

Please sign in to comment.