diff --git a/python_apps/airtime_analyzer/tests/fixtures/__init__.py b/python_apps/airtime_analyzer/tests/fixtures/__init__.py index a1757e110..ca0e39245 100644 --- a/python_apps/airtime_analyzer/tests/fixtures/__init__.py +++ b/python_apps/airtime_analyzer/tests/fixtures/__init__.py @@ -41,7 +41,7 @@ FILES = [ Fixture(here / "s1-stereo+12.flac", *s1, -12.0), # Sample 1 AAC Fixture(here / "s1-mono.m4a", *s1, -4.5), - Fixture(here / "s1-stereo.m4a", *s1, -2.3), + Fixture(here / "s1-stereo.m4a", *s1, -2.9), # Sample 1 Vorbis Fixture(here / "s1-mono.ogg", *s1, -4.3), Fixture(here / "s1-stereo.ogg", *s1, -2.3),