Commit 232e43e
Assert canvasProvider.name key is absent, not just null
Indexing with ["name"] returns Value::Null both when the key is absent
and when it is present as null. Since the wire contract omits name when
None, assert the key is not present to catch a regression that would
serialize name: null.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent f10d05a commit 232e43e
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2950 | 2950 | | |
2951 | 2951 | | |
2952 | 2952 | | |
2953 | | - | |
| 2953 | + | |
| 2954 | + | |
| 2955 | + | |
| 2956 | + | |
2954 | 2957 | | |
2955 | 2958 | | |
2956 | 2959 | | |
| |||
0 commit comments