Skip to content

Commit

Permalink
Merge branch 'dev' into composable_overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Oct 15, 2024
2 parents 3a40a81 + e41a4d2 commit 5f05939
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/config/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 5f05939

Please sign in to comment.