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

Commit 1e56e480 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "leaudio: Fix regression in unit test for codec_manager" into main

parents 191318bb 856eca7d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@ class CodecManagerTestBase : public Test {
        .WillByDefault(Return(true));

    controller::SetMockControllerInterface(&controller_interface);
    Mock::VerifyAndClearExpectations(&bluetooth::legacy::hci::testing::GetMock());

    codec_manager = CodecManager::GetInstance();
  }
@@ -95,6 +96,7 @@ class CodecManagerTestBase : public Test {
  virtual void TearDown() override {
    codec_manager->Stop();

    Mock::VerifyAndClearExpectations(&bluetooth::legacy::hci::testing::GetMock());
    controller::SetMockControllerInterface(nullptr);
  }