From 745b5edc471f1ea2760345b58b6f95b376487a41 Mon Sep 17 00:00:00 2001 From: Patty Date: Mon, 6 Dec 2021 23:33:03 +0800 Subject: [PATCH] Remove unnecessary test case Tag: #refactor Bug: 203535499 Bug: 150670922 Test: atest BluetoothLeAudioCodecConfigTest BluetoothInstrumentationTests Change-Id: I5f3301c96990becca0f8baa0a5e61502c411e83c --- .../src/android/bluetooth/BluetoothLeAudioCodecConfigTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/tests/bluetoothtests/src/android/bluetooth/BluetoothLeAudioCodecConfigTest.java b/core/tests/bluetoothtests/src/android/bluetooth/BluetoothLeAudioCodecConfigTest.java index 6471492c9663e..c3d707cd75969 100644 --- a/core/tests/bluetoothtests/src/android/bluetooth/BluetoothLeAudioCodecConfigTest.java +++ b/core/tests/bluetoothtests/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()); } }