Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 902e20dd authored by Patty's avatar Patty
Browse files

Remove unnecessary test case

Tag: #refactor
Bug: 203535499
Bug: 150670922
Test: atest BluetoothLeAudioCodecConfigTest BluetoothInstrumentationTests
Change-Id: I5f3301c96990becca0f8baa0a5e61502c411e83c
parent 5c05c2f7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -45,7 +45,6 @@ public class BluetoothLeAudioCodecConfigTest extends TestCase {
                assertEquals("INVALID CODEC", leAudioCodecConfig.getCodecName());
            }

            assertEquals(1, leAudioCodecConfig.getMaxCodecType());
            assertEquals(codecType, leAudioCodecConfig.getCodecType());
        }
    }