summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
Diffstat (limited to 'document')
-rw-r--r--document/src/test/java/com/yahoo/document/json/JsonReaderTestCase.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/document/src/test/java/com/yahoo/document/json/JsonReaderTestCase.java b/document/src/test/java/com/yahoo/document/json/JsonReaderTestCase.java
index b73390457b7..5a9f02c790d 100644
--- a/document/src/test/java/com/yahoo/document/json/JsonReaderTestCase.java
+++ b/document/src/test/java/com/yahoo/document/json/JsonReaderTestCase.java
@@ -889,9 +889,12 @@ public class JsonReaderTestCase {
{
"put": "id:unittest:testMapStringToArrayOfInt::whee",
"fields": {
- "actualMapStringToArrayOfInt": {
- "bamse": [1, 2, 3]
- }
+ "actualMapStringToArrayOfInt": [
+ {
+ "key": "bamse",
+ "value": [1, 2, 3]
+ }
+ ]
}
}
""");