Skip to content

Commit 29d568e

Browse files
authored
test.slash_id: fix test name (#8924)
1 parent 95e8c1e commit 29d568e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test.slash_id.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ adapters.forEach(function (adapter) {
2121
testUtils.cleanup([dbs.name], done);
2222
});
2323

24-
it('Insert a doc, putAttachment and allDocs', function (done) {
24+
it('Insert a doc, putAttachment and get', function (done) {
2525
var db = new PouchDB(dbs.name);
2626
var docId = 'doc/with/slashes';
2727
var attachmentId = 'attachment/with/slashes';

0 commit comments

Comments
 (0)