summaryrefslogtreecommitdiff
path: root/framework/tests/src/android/bluetooth/BluetoothLeAudioCodecConfigTest.java
diff options
context:
space:
mode:
authorPatty <plhuang@google.com>2021-12-06 23:33:03 +0800
committerPatty <plhuang@google.com>2021-12-06 23:33:03 +0800
commit902e20dd83b9fc4f26c856c337101e55fab9cbe4 (patch)
tree31b69bf66596e4f2ef61f3a06683368008e2fd6d /framework/tests/src/android/bluetooth/BluetoothLeAudioCodecConfigTest.java
parent5c05c2f74ff7f5b14083b8000cb7f22438bdf823 (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.java1
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());
}
}