diff options
author | Patty <plhuang@google.com> | 2021-12-06 23:33:03 +0800 |
---|---|---|
committer | Patty <plhuang@google.com> | 2021-12-06 23:33:03 +0800 |
commit | 902e20dd83b9fc4f26c856c337101e55fab9cbe4 (patch) | |
tree | 31b69bf66596e4f2ef61f3a06683368008e2fd6d /framework/tests/src/android/bluetooth/BluetoothLeAudioCodecConfigTest.java | |
parent | 5c05c2f74ff7f5b14083b8000cb7f22438bdf823 (diff) |
Remove unnecessary test case
Tag: #refactor
Bug: 203535499
Bug: 150670922
Test: atest BluetoothLeAudioCodecConfigTest BluetoothInstrumentationTests
Change-Id: I5f3301c96990becca0f8baa0a5e61502c411e83c
Diffstat (limited to 'framework/tests/src/android/bluetooth/BluetoothLeAudioCodecConfigTest.java')
-rw-r--r-- | framework/tests/src/android/bluetooth/BluetoothLeAudioCodecConfigTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/tests/src/android/bluetooth/BluetoothLeAudioCodecConfigTest.java b/framework/tests/src/android/bluetooth/BluetoothLeAudioCodecConfigTest.java index 6471492c96..c3d707cd75 100644 --- a/framework/tests/src/android/bluetooth/BluetoothLeAudioCodecConfigTest.java +++ b/framework/tests/src/android/bluetooth/BluetoothLeAudioCodecConfigTest.java @@ -45,7 +45,6 @@ public class BluetoothLeAudioCodecConfigTest extends TestCase { assertEquals("INVALID CODEC", leAudioCodecConfig.getCodecName()); } - assertEquals(1, leAudioCodecConfig.getMaxCodecType()); assertEquals(codecType, leAudioCodecConfig.getCodecType()); } } |