Commit d79dbc9
authored
[Test] Make new OpenAPIValue tests consistent with the rest (#33)
[Test] Make new OpenAPIValue tests consistent with the rest
### Motivation
Two new OpenAPIValue tests were using a different style, and had some repetition around encoding/decoding.
### Modifications
Fixed up by bringing them to the same style as other OpenAPIValue tests.
### Result
Consistent style of tests, less code and easier to read.
### Test Plan
All tests passed.
Reviewed by: simonjbeaumont
Builds:
✔︎ pull request validation (5.8) - Build finished.
✔︎ pull request validation (5.9) - Build finished.
✔︎ pull request validation (api breakage) - Build finished.
✔︎ pull request validation (docc test) - Build finished.
✔︎ pull request validation (integration test) - Build finished.
✔︎ pull request validation (nightly) - Build finished.
✔︎ pull request validation (soundness) - Build finished.
#331 parent 6a37848 commit d79dbc9
1 file changed
+12
-31
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | 198 | | |
200 | 199 | | |
201 | 200 | | |
202 | 201 | | |
203 | | - | |
204 | | - | |
205 | | - | |
| 202 | + | |
| 203 | + | |
206 | 204 | | |
207 | 205 | | |
208 | 206 | | |
| |||
217 | 215 | | |
218 | 216 | | |
219 | 217 | | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
| 218 | + | |
| 219 | + | |
227 | 220 | | |
228 | 221 | | |
229 | 222 | | |
| |||
241 | 234 | | |
242 | 235 | | |
243 | 236 | | |
244 | | - | |
245 | | - | |
| 237 | + | |
246 | 238 | | |
247 | 239 | | |
248 | | - | |
249 | | - | |
| 240 | + | |
250 | 241 | | |
251 | 242 | | |
252 | 243 | | |
253 | 244 | | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
| 245 | + | |
| 246 | + | |
258 | 247 | | |
259 | 248 | | |
260 | 249 | | |
| |||
272 | 261 | | |
273 | 262 | | |
274 | 263 | | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
287 | 268 | | |
288 | 269 | | |
0 commit comments