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

Commit f33d6784 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: df361950

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

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


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