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

Commit c67ef6e5 authored by Hansong Zhang's avatar Hansong Zhang Committed by android-build-merger
Browse files

Merge "Fix Neighbor Test"

am: 72f9eb78

Change-Id: I7e31eca3efbddbdc63de55fa26a891879fef44fc
parents 44981e4d 72f9eb78
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ class NeighborTest(GdFacadeOnlyBaseTestClass):
            length_1_28s=3,
            max_results=0)
        with EventCallbackStream(
                self.device_under_test.neighbor.SetInquiry(
                self.device_under_test.neighbor.SetInquiryMode(
                    inquiry_msg)) as inquiry_event_stream:
            hci_event_asserts = EventAsserts(inquiry_event_stream)
            hci_event_asserts.assert_event_occurs(
@@ -101,7 +101,7 @@ class NeighborTest(GdFacadeOnlyBaseTestClass):
            length_1_28s=3,
            max_results=0)
        with EventCallbackStream(
                self.device_under_test.neighbor.SetInquiry(
                self.device_under_test.neighbor.SetInquiryMode(
                    inquiry_msg)) as inquiry_event_stream:
            hci_event_asserts = EventAsserts(inquiry_event_stream)
            hci_event_asserts.assert_event_occurs(
@@ -128,7 +128,7 @@ class NeighborTest(GdFacadeOnlyBaseTestClass):
            length_1_28s=3,
            max_results=0)
        with EventCallbackStream(
                self.device_under_test.neighbor.SetInquiry(
                self.device_under_test.neighbor.SetInquiryMode(
                    inquiry_msg)) as inquiry_event_stream:
            hci_event_asserts = EventAsserts(inquiry_event_stream)
            hci_event_asserts.assert_event_occurs(