Commit c350e00
Fix test to use JsonElement.Parse instead of anonymous type serialization
The test was failing on net9.0 due to source-generated JSON serialization
not supporting anonymous types. Use JsonElement.Parse with raw JSON string
instead.
Co-authored-by: stephentoub <2642209+stephentoub@users.noreply.github.com>1 parent 5372d24 commit c350e00
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
0 commit comments