Skip to content

Commit

Permalink
Upgrade standard devDependency from ^13.0.1 to ^14.0.0 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and vweevers committed Aug 21, 2019
1 parent fb6eb6a commit 2a4f1a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"level-community": "^3.0.0",
"nyc": "^14.0.0",
"sinon": "^7.2.4",
"standard": "^13.0.1",
"standard": "^14.0.0",
"tape": "^4.10.0"
},
"hallmark": {
Expand Down
2 changes: 1 addition & 1 deletion test/batch-test.js
Expand Up @@ -147,7 +147,7 @@ exports.args = function (test, testCommon) {
test('test batch() with undefined array', function (t) {
var async = false

db.batch(void 0, function (err) {
db.batch(undefined, function (err) {
t.ok(err, 'got error')
t.equal(err.message, 'batch(array) requires an array argument', 'correct error message')
t.ok(async, 'callback is asynchronous')
Expand Down

0 comments on commit 2a4f1a8

Please sign in to comment.