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

Commit 9b11f65b authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Automerger Merge Worker
Browse files

Merge "laudio: Fix unit test" am: aac86613

parents 2273a146 aac86613
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3373,6 +3373,10 @@ TEST_F(UnicastTest, DisconnectDeviceWhenGettingConnectionReady) {
      .Times(0);

  LeAudioClient::Get()->Disconnect(test_address0);
  SyncOnMainLoop();

  Mock::VerifyAndClearExpectations(&mock_gatt_queue_);
  Mock::VerifyAndClearExpectations(&mock_gatt_interface_);
}

TEST_F(UnicastTest, RemoveWhileStreaming) {