Commit 6a823cee authored by sagnowski's avatar sagnowski
Browse files

Fix contents of xfail printout

parent f26cf0b4
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ def check_xfail(

    if not lc3plus_in_use and transport_codec_frame_size != pre_rend_fr:
        pytest.xfail(
            "unsupported framing: LCLD codec doesn't support aggregation. ISAR frame size must match split pre-renderer frame size."
            "unsupported framing: LCLD codec doesn't support aggregation. Pre-renderer (ISAR) frame size must match LCLD frame size."
        )