diff --git a/tests/data/scanner/simple/song1.ogg b/tests/data/scanner/simple/song1.ogg index ee9aa6ee..18f5a2d9 100644 Binary files a/tests/data/scanner/simple/song1.ogg and b/tests/data/scanner/simple/song1.ogg differ diff --git a/tests/scanner_test.py b/tests/scanner_test.py index 585288f3..617f2537 100644 --- a/tests/scanner_test.py +++ b/tests/scanner_test.py @@ -179,7 +179,7 @@ class ScannerTest(unittest.TestCase): def test_duration_is_set(self): self.scan('scanner/simple') self.check('scanner/simple/song1.mp3', 'duration', 4680) - self.check('scanner/simple/song1.ogg', 'duration', 4608) + self.check('scanner/simple/song1.ogg', 'duration', 4680) def test_artist_is_set(self): self.scan('scanner/simple')