Skip to content

Commit 1313ccc

Browse files
committed
fix-test(array): 解决部分bug
解决部分bug
1 parent 494ffe6 commit 1313ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-diff-test/src/main/resources/array/MultArrays.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9870,7 +9870,7 @@
98709870
"illustrate": "The expect('2') data is inconsistent with the actual('1') data",
98719871
"travelPath": {
98729872
"abstractTravelPath": "root[].b",
9873-
"actualTravelPath": "root[0].b",
9873+
"actualTravelPath": "root[0].a",
98749874
"expectTravelPath": "root[0].b"
98759875
}
98769876
}

0 commit comments

Comments
 (0)