Commit 47e6f0d
authored
testkit-backend: fix TestkitListDeserializer (#893)
Enabling `list of maps` deserialization by adding a special case for treating this data type.
The extras `nextToken` calls were removed because this was making the deserializer leaves the parent object, this way breaking the `map of lists` deserialization.1 parent ae983e9 commit 47e6f0d
File tree
1 file changed
+8
-3
lines changed- testkit-backend/src/main/java/neo4j/org/testkit/backend/messages/requests/deserializer
1 file changed
+8
-3
lines changedLines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
91 | | - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
92 | 99 | | |
93 | 100 | | |
94 | 101 | | |
95 | 102 | | |
96 | 103 | | |
97 | | - | |
98 | | - | |
99 | 104 | | |
100 | 105 | | |
101 | 106 | | |
0 commit comments