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

Commit 329f2283 authored by Rahul Arya's avatar Rahul Arya Committed by William Escande
Browse files

Fix ControllerTest in QPR

Bug: 265213364
Fixes: 264246303
Test: gd unit
Ignore-AOSP-First: already merged on AOSP
Change-Id: I1741a94ae9a2ef5914b8e3cb1b1f244b4a598733
Merged-In: I3ebd4d70c7d3449ff0983e4af0f20bde205e701a
parent c46cf9be
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -64,6 +64,8 @@ PacketView<kLittleEndian> GetPacketView(std::unique_ptr<packet::BasePacketBuilde

}  // namespace

namespace {

class TestHciLayer : public HciLayer {
 public:
  void EnqueueCommand(
@@ -280,6 +282,7 @@ class TestHciLayer : public HciLayer {
  std::condition_variable not_empty_;
};

}  // namespace
class ControllerTest : public ::testing::Test {
 protected:
  void SetUp() override {