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

Commit 3bb383c1 authored by Hansong Zhang's avatar Hansong Zhang
Browse files

L2capTest: Fix an incorrect test case name

Test: cert/run --host
Change-Id: I628c18e897663700cd293cf2ee567697e9c4ff90
parent ce702972
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -247,9 +247,9 @@ class L2capTest(GdBaseTestClass):

        assertThat(self.cert_channel).emits(L2capMatchers.CommandReject())

    def test_query_for_1_2_features(self):
    def test_respond_with_1_2_features(self):
        """
        L2CAP/COS/IEX/BV-01-C [Query for 1.2 Features]
        L2CAP/COS/IEX/BV-02-C [Respond with 1.2 Features]
        """
        self._setup_link_from_cert()
        control_channel = self.cert_l2cap.get_control_channel()