Commit fe32274f authored by Jan Kiene's avatar Jan Kiene
Browse files

fix typo in arguments

parent c8ab3f0b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ def test_decoder_objectbased(
            str(dut_output),
            dut_decoder_frontend,
            update_ref == 1,
            add_option_list=options,
            options=options,
        )


@@ -166,7 +166,7 @@ def test_decoder_scenebased(
            str(dut_output),
            dut_decoder_frontend,
            update_ref == 1,
            add_option_list=options,
            options=options,
        )


@@ -216,5 +216,5 @@ def test_decoder_combined_formats(
            str(dut_output),
            dut_decoder_frontend,
            update_ref == 1,
            add_option_list=options,
            options=options,
        )
+3 −3
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ def test_decoder_objectbased(
            str(dut_output),
            dut_decoder_frontend,
            update_ref == 1,
            add_option_list=options,
            options=options,
        )


@@ -159,7 +159,7 @@ def test_decoder_scenebased(
            str(dut_output),
            dut_decoder_frontend,
            update_ref == 1,
            add_option_list=options,
            options=options,
        )


@@ -209,5 +209,5 @@ def test_decoder_combined_formats(
            str(dut_output),
            dut_decoder_frontend,
            update_ref == 1,
            add_option_list=options,
            options=options,
        )