We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7240920 commit dc5842dCopy full SHA for dc5842d
1 file changed
etc/test-helper.js
@@ -258,7 +258,7 @@ exports.verifyRequireAccess = verifyRequireAccess;
258
exports.verifyChannelAssignment = verifyChannelAssignment;
259
260
/**
261
- * Verifies that authorization to write the document was denied.
+ * Verifies that the sync function throws an error when authorization to create/replace/delete a document is denied.
262
*
263
* @param {Object} doc The document to attempt to write. May include property "_deleted=true" to simulate a delete operation.
264
* @param {Object} oldDoc The document to replace or delete. May be null or undefined or include property "_deleted=true" to simulate a
0 commit comments