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

Commit 112a5c9f authored by Etienne Ruffieux's avatar Etienne Ruffieux
Browse files

Removed unused getCodecName in tests

Bug: 218311980
Tag: #feature
Test: atest
Change-Id: I971c8d922207c52efafbc2b7b0459d41db920230
parent 128ebcdb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -206,9 +206,8 @@ public class A2dpProfileTest {

        when(config.isMandatoryCodec()).thenReturn(false);
        when(config.getCodecType()).thenReturn(4);
        when(config.getCodecName()).thenReturn("LDAC");
        assertThat(mProfile.getHighQualityAudioOptionLabel(mDevice)).isEqualTo(
                String.format(KNOWN_CODEC_LABEL, config.getCodecName()));
                String.format(KNOWN_CODEC_LABEL, "LDAC"));
    }

    @Test