From 06c9bfabf50725106317a94457622aa22af773d2 Mon Sep 17 00:00:00 2001 From: Omkar Salpekar Date: Tue, 19 Mar 2024 19:30:22 -0700 Subject: [PATCH] fix matrix generation unit tests --- tools/tests/test_generate_binary_build_matrix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tests/test_generate_binary_build_matrix.py b/tools/tests/test_generate_binary_build_matrix.py index 48e228cdb4..5c21fdd079 100644 --- a/tools/tests/test_generate_binary_build_matrix.py +++ b/tools/tests/test_generate_binary_build_matrix.py @@ -27,6 +27,7 @@ def matrix_compare_helper( "enable" if cpu else "disable", "false", "false", + "false", ) expected_json_filename = os.path.join(ASSETS_DIR, reference_output_file)