/
home
/
obinna
/
html
/
restaurants
/
vendor
/
mongodb
/
mongodb
/
tests
/
SpecTests
/
crud
/
Upload File
HOME
{ "data": [ { "_id": 1, "x": 11 } ], "tests": [ { "description": "ReplaceOne prohibits atomic modifiers", "operations": [ { "object": "collection", "name": "replaceOne", "arguments": { "filter": { "_id": 1 }, "replacement": { "$set": { "x": 22 } } }, "error": true } ], "expectations": [], "outcome": { "collection": { "data": [ { "_id": 1, "x": 11 } ] } } } ] }