Commit 03711ad
committed
fix(tests): ensure match_types_list is properly defined and passed in test_invalid_match_type_combinations
This fixes a test failure in Case 6 where the validation was checking for list length mismatches before checking for invalid pattern types. By explicitly defining the match_types_list variable, we ensure the test correctly tests for the pattern type validation.1 parent 8963c20 commit 03711ad
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2078 | 2078 | | |
2079 | 2079 | | |
2080 | 2080 | | |
| 2081 | + | |
| 2082 | + | |
| 2083 | + | |
| 2084 | + | |
| 2085 | + | |
2081 | 2086 | | |
2082 | 2087 | | |
2083 | 2088 | | |
2084 | | - | |
| 2089 | + | |
2085 | 2090 | | |
2086 | 2091 | | |
2087 | 2092 | | |
0 commit comments