Commit bcf870d
fix: enum values instead of names in testset synthesizers (#2137)
**Change**
Using Enum.value instead of Enum.name
It seems that value (description) for QueryStyle is more logical than
using names. The current name and value are almost identical, but this
might change in the future
Co-authored-by: valovtsov <[email protected]>1 parent 4be53fa commit bcf870d
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
| 170 | + | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
| 131 | + | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments