Commit 1fde59a2 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix printout for assertion

parent f6a4d522
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ def test_26252(test_tag, encoder_path, decoder_path, renderer_path, isar_post_re
        elif suffix == ".wav":
            result_str += "waveform"
        else:
            assert False, f"Either no diff commands were found or the output files had an incorrect suffix. \ncmd: {cmd}"
            assert False, f"Either no diff commands were found or the output files had an incorrect suffix. \ncmd: {diff_opts}"

        pytest.fail(result_str)