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

Commit 2ad206bc authored by Jakub Tyszkowski's avatar Jakub Tyszkowski
Browse files

LeAudio: Fix codec manager tests

Bug: 315909834
Fixes: 315909834
Test: atest bluetooth_le_audio_codec_manager_test
Flag: EXEMPT, test infrastructure
Change-Id: I22af825b5573778da8a572b8597e86bb9d4d44d8
parent d32bf1f9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -49,8 +49,9 @@ static const std::vector<AudioSetConfiguration> offload_capabilities_none(0);
const std::vector<AudioSetConfiguration>* offload_capabilities =
    &offload_capabilities_none;

const char* test_flags[] = {
static const char* test_flags[] = {
    "INIT_default_log_level_str=LOG_VERBOSE",
    nullptr,
};

namespace bluetooth {