Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8fa2c8d3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge changes from topic "parse_audio_config_for_le_device" am: f0dd744b am:...

Merge changes from topic "parse_audio_config_for_le_device" am: f0dd744b am: d45c9f3d am: a4490024 am: 48196eaf

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1909755

Change-Id: Ie0c7f41c48ca4fcfa522142d99fbab003bbdad04
parents d159a02a 48196eaf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -45,7 +45,6 @@ public class BluetoothLeAudioCodecConfigTest extends TestCase {
                assertEquals("INVALID CODEC", leAudioCodecConfig.getCodecName());
            }

            assertEquals(1, leAudioCodecConfig.getMaxCodecType());
            assertEquals(codecType, leAudioCodecConfig.getCodecType());
        }
    }