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

Commit a693b42f authored by Hansong Zhang's avatar Hansong Zhang Committed by Automerger Merge Worker
Browse files

L2capTest: Fix an incorrect test case name am: 3bb383c1

Change-Id: I3545c7028d1589133892c56f55ebe0571b9cf947
parents d4b672e8 3bb383c1
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()