From e41a4d2f35d8d4f16fa771b64eb63ab73bedda6b Mon Sep 17 00:00:00 2001 From: Mohamed Gaber Date: Tue, 15 Oct 2024 11:17:37 +0300 Subject: [PATCH] hotfix: failed tests after mege from main --- test/config/test_config.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/config/test_config.py b/test/config/test_config.py index 23bcf167..cebfa7ae 100644 --- a/test/config/test_config.py +++ b/test/config/test_config.py @@ -161,6 +161,7 @@ def test_yaml_config(): ) }, "DEFAULT_CORNER": "nom_tt_025C_1v80", + "RANDOM_ARRAY": None, }, meta=Meta(version=2, flow="Whatever"), ), "Generated configuration does not match expected value" @@ -278,6 +279,7 @@ def test_multiconf(): ) }, "DEFAULT_CORNER": "nom_tt_025C_1v80", + "RANDOM_ARRAY": None, }, meta=Meta(version=2, flow="Whatever"), ), "Generated configuration does not match expected value"