Remove unnecessary test case

Tag: #refactor
Bug: 203535499
Bug: 150670922
Test: atest BluetoothLeAudioCodecConfigTest BluetoothInstrumentationTests
Change-Id: I5f3301c96990becca0f8baa0a5e61502c411e83c
This commit is contained in:
Patty
2021-12-06 23:33:03 +08:00
parent ae425ca614
commit 745b5edc47

View File

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