Commit 6baab0c6 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

Merge branch '1327-ivas_rend-custom-loudspeaker-output-tests-limited-in-inputs' into 'main'

Resolve "IVAS_rend custom loudspeaker output tests limited in inputs"

See merge request !2130
parents ad097439 090becf6
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -658,7 +658,10 @@ def test_custom_ls_input(


@pytest.mark.parametrize("out_fmt", CUSTOM_LS_TO_TEST)
@pytest.mark.parametrize("in_fmt", OUTPUT_FORMATS)
@pytest.mark.parametrize(
    "in_fmt",
    [*INPUT_FORMATS_AMBI, *INPUT_FORMATS_MC, *INPUT_FORMATS_ISM, *INPUT_FORMATS_MASA],
)
def test_custom_ls_output(
    record_property,
    props_to_record,