From 40812c2783f12503fc0f7dffaf8d3470f63bcc3f Mon Sep 17 00:00:00 2001
From: jo <ljonas@riseup.net>
Date: Wed, 1 Sep 2021 21:42:19 +0200
Subject: [PATCH] Adjust replaygain value for s1-mono.m4a

---
 python_apps/airtime_analyzer/tests/fixtures/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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),