Commit 3096059
committed
fix(inference): rename misleading describe block in execute_regex_rules.test.ts
Address review feedback: the describe block was titled "skips empty and
non-string field values" but the payload type is Record<string, string> so
non-string values are impossible, and the test only covers empty strings.
Renamed to "skips empty string fields".
Reviewed-at: elastic#288758 (comment)1 parent f9446b3 commit 3096059
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
0 commit comments