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

Commit 17c3fc91 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "leaudio: Minor state_machine_test fix" am: 36b5093d

parents 31e670ae 36b5093d
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
@@ -2401,18 +2401,16 @@ TEST_F(StateMachineTest, testAttachDeviceToTheStream) {
      if (!lastDevice->ConfigureAses(
              ent, group->GetCurrentContextType(), &sink_num_of_active_ases,
              sink_group_audio_locations, source_group_audio_locations, true)) {
        LOG(INFO) << __func__ << " Could not set sink configuration of "
        FAIL() << __func__ << " Could not set sink configuration of "
               << stream_conf->conf->name;
        return;
      }
    } else {
      /* Source*/
      if (!lastDevice->ConfigureAses(
              ent, group->GetCurrentContextType(), &source_num_of_active_ases,
              sink_group_audio_locations, source_group_audio_locations, true)) {
        LOG(INFO) << __func__ << " Could not set source configuration of "
        FAIL() << __func__ << " Could not set source configuration of "
               << stream_conf->conf->name;
        return;
      }
    }
  }