Skip to content

Commit

Permalink
....
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinszkudlinski committed Nov 18, 2024
1 parent 876b3f1 commit b68ab2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cmocka/src/audio/pipeline/pipeline_connect_upstream.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static void test_audio_pipeline_complete_connect_upstream_ignore_source
&test_data->second->bsink_list);
list_item_append(&test_data->second->bsource_list,
&test_data->b2->Xsink_list);
test_data->b2->sink = test_data->second;
test_data->b2->sinkX = test_data->second;

/*Testing component*/
pipeline_complete(&result, test_data->first, test_data->second);
Expand Down

0 comments on commit b68ab2f

Please sign in to comment.