Merge changes from topic "parse_audio_config_for_le_device" am: f0dd744ba6 am: d45c9f3d32 am: a4490024bb am: 48196eafcb

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

Change-Id: Ie0c7f41c48ca4fcfa522142d99fbab003bbdad04
This commit is contained in:
Treehugger Robot
2021-12-08 04:40:20 +00:00
committed by Automerger Merge Worker

View File

@@ -45,7 +45,6 @@ public class BluetoothLeAudioCodecConfigTest extends TestCase {
assertEquals("INVALID CODEC", leAudioCodecConfig.getCodecName());
}
assertEquals(1, leAudioCodecConfig.getMaxCodecType());
assertEquals(codecType, leAudioCodecConfig.getCodecType());
}
}