Remove unnecessary test case
Tag: #refactor Bug: 203535499 Bug: 150670922 Test: atest BluetoothLeAudioCodecConfigTest BluetoothInstrumentationTests Change-Id: I5f3301c96990becca0f8baa0a5e61502c411e83c
This commit is contained in:
@@ -45,7 +45,6 @@ public class BluetoothLeAudioCodecConfigTest extends TestCase {
|
||||
assertEquals("INVALID CODEC", leAudioCodecConfig.getCodecName());
|
||||
}
|
||||
|
||||
assertEquals(1, leAudioCodecConfig.getMaxCodecType());
|
||||
assertEquals(codecType, leAudioCodecConfig.getCodecType());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user