Blob Blame History Raw
# this is an alternative patch to
# https://github.com/mopidy/mopidy/commit/1b7d81ad3d8227659ca1b7e0d6bf5f7859ad664a.patch
# since /usr/bin/patch doesn't support git binary patches.
diff --git a/tests/audio/test_scan.py b/tests/audio/test_scan.py
index 86856f16ec..5549eea192 100644
--- a/tests/audio/test_scan.py
+++ b/tests/audio/test_scan.py
@@ -58,8 +58,8 @@ def test_duration_is_set(self):
 
         ogg = path_to_data_dir("scanner/simple/song1.ogg")
         mp3 = path_to_data_dir("scanner/simple/song1.mp3")
-        assert self.result[mp3].duration == 4680
-        assert self.result[ogg].duration == 4680
+        assert self.result[mp3].duration > 0
+        assert self.result[ogg].duration > 0
 
     def test_artist_is_set(self):
         self.scan(self.find("scanner/simple"))