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

Commit e32756e9 authored by Grzegorz Kolodziejczyk (xWF)'s avatar Grzegorz Kolodziejczyk (xWF) Committed by Gerrit Code Review
Browse files

Merge "le_audio: Make allowed context test more strict" into main

parents ae5c7f75 f35fa036
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -12493,10 +12493,7 @@ TEST_F(UnicastTestHandoverMode, SetAllowedContextMask) {
  ASSERT_NE(group_id, bluetooth::groups::kGroupUnknown);
  EXPECT_CALL(*mock_le_audio_source_hal_client_, Start(_, _, _)).Times(1);
  types::BidirectionalPair<types::AudioContexts> metadata = {.sink = types::AudioContexts(),
                                                             .source = types::AudioContexts()};
  EXPECT_CALL(mock_state_machine_,
              StartStream(_, types::LeAudioContextType::SOUNDEFFECTS, metadata, _))
  EXPECT_CALL(mock_state_machine_, StartStream(_, types::LeAudioContextType::SOUNDEFFECTS, _, _))
          .Times(0);
  LeAudioClient::Get()->GroupSetActive(group_id);