Skip to content

Commit 650d1b5

Browse files
committed
Fix formatting and tab
1 parent 5471da8 commit 650d1b5

File tree

3 files changed

+12
-8
lines changed
  • metafix/src/test/resources/org/metafacture/metafix/integration/lookup/fromJson/toJson

3 files changed

+12
-8
lines changed

metafix/src/test/resources/org/metafacture/metafix/integration/lookup/fromJson/toJson/lookupInSubfieldInArrayOfObjects_complex_2/expected.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
"metadata" : {
33
"real" : {
44
"test" : [ {
5-
"animal" : "mammal"
6-
}, {
7-
"animal" : "bird"
8-
} ] } },
5+
"animal" : "dog"
6+
}, {
7+
"animal" : "parrot"
8+
} ]
9+
}
10+
},
911
"animals" : [ {
1012
"animal" : "dog",
1113
"classification" : {

metafix/src/test/resources/org/metafacture/metafix/integration/lookup/fromJson/toJson/lookupInSubfieldInArrayOfObjects_complex_2_withNotMatchingValue/expected.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"metadata" : {
33
"real" : {
4-
"test" : [ {
4+
"test" : [ {
55
"animal" : "mammal"
66
}, {
77
"animal" : "bird"
88
}, {
99
"animal" : "human"
10-
} ] } },
10+
} ]
11+
}
12+
},
1113
"animals" : [ {
1214
"animal" : "dog",
1315
"classification" : {
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Jake dog
2-
Blacky parrot
1+
Jake dog
2+
Blacky parrot

0 commit comments

Comments
 (0)