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

Commit aac86613 authored by Jakub Pawłowski's avatar Jakub Pawłowski Committed by Gerrit Code Review
Browse files

Merge "laudio: Fix unit test"

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


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

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


TEST_F(UnicastTest, RemoveWhileStreaming) {
TEST_F(UnicastTest, RemoveWhileStreaming) {