We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e8c1e commit 29d568eCopy full SHA for 29d568e
tests/integration/test.slash_id.js
@@ -21,7 +21,7 @@ adapters.forEach(function (adapter) {
21
testUtils.cleanup([dbs.name], done);
22
});
23
24
- it('Insert a doc, putAttachment and allDocs', function (done) {
+ it('Insert a doc, putAttachment and get', function (done) {
25
var db = new PouchDB(dbs.name);
26
var docId = 'doc/with/slashes';
27
var attachmentId = 'attachment/with/slashes';
0 commit comments