Fix Normalization test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DataHoarder 2022-03-08 16:10:36 +01:00
parent 54bb437c0b
commit 0a3ae8f7db
Signed by: DataHoarder
SSH key fingerprint: SHA256:OLTRf6Fl87G52SiR7sWLGNzlJt4WOX+tfI2yxo0z7xk

View file

@ -109,7 +109,7 @@ func TestReplayGainNormalization24(t *testing.T) {
return
}
expect := "-0.181563 dB, 0.688681"
expect := "-0.033242 dB, 0.627992"
result := fmt.Sprintf("%f dB, %f", gain, peak)
if result != expect {
t.Errorf("Wrong ReplayGain %s != %s", result, expect)