Skip to content

Commit dc5842d

Browse files
committed
Minor update to test helper documentation
1 parent 7240920 commit dc5842d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/test-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ exports.verifyRequireAccess = verifyRequireAccess;
258258
exports.verifyChannelAssignment = verifyChannelAssignment;
259259

260260
/**
261-
* Verifies that authorization to write the document was denied.
261+
* Verifies that the sync function throws an error when authorization to create/replace/delete a document is denied.
262262
*
263263
* @param {Object} doc The document to attempt to write. May include property "_deleted=true" to simulate a delete operation.
264264
* @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

Comments
 (0)