Skip to content

Commit

Permalink
#61 Include additional test case as suggested in review
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszZarembaMongoDB committed Feb 28, 2024
1 parent 4088b3a commit 3ea0090
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/test/resources/jsonpatch/move.json
Original file line number Diff line number Diff line change
Expand Up @@ -1108,6 +1108,15 @@
"expected": {
"StringMoved5g":"exists"
}
},
{
"op": { "op": "move", "from": "/data/0/1", "path": "/data/0/2" },
"node": {
"data":[["abc", "move", "def"]]
},
"expected": {
"data":[["abc", "def", "move"]]
}
}
]
}

0 comments on commit 3ea0090

Please sign in to comment.