Skip to content

Commit

Permalink
(#4788) - Follow up to ensure test will fail before fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daleharvey committed Jan 18, 2016
1 parent 541b843 commit 7f2321b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test.basics.js
Expand Up @@ -1045,6 +1045,7 @@ adapters.forEach(function (adapter) {

it('#4788 db.type() is synchronous', function () {
new PouchDB(dbs.name).type.should.be.a('function');
new PouchDB(dbs.name).type.should.be.a('function');
});

it('replace PouchDB.destroy() (express-pouchdb#203)', function (done) {
Expand Down

0 comments on commit 7f2321b

Please sign in to comment.