Skip to content

Commit

Permalink
Merge pull request #181 from pelias/greenkeeper/tape-5.0.0
Browse files Browse the repository at this point in the history
Update tape to the latest version 🚀
  • Loading branch information
orangejulius authored Feb 7, 2022
2 parents 3c99973 + fb8265d commit a202ceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"jshint": "^2.5.6",
"precommit-hook": "^3.0.0",
"tap-spec": "^5.0.0",
"tape": "^4.8.0"
"tape": "^5.0.0"
},
"pre-commit": [
"lint",
Expand Down
2 changes: 1 addition & 1 deletion test/lib/Database.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports.open = function(test, common) {
// open connection
db.open('/tmp/db', { test: true });
t.equal( db.db.constructor.name, 'Database' );
t.deepEqual( db.db, {
t.deepLooseEqual( db.db, {
inTransaction: false,
open: true,
memory: true,
Expand Down

0 comments on commit a202ceb

Please sign in to comment.