Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hden committed Jan 29, 2015
1 parent 657b5f5 commit ecd41a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abstract/put-get-del-test.js
Expand Up @@ -172,6 +172,6 @@ module.exports.all = function (leveldown, testFunc, testCommon, buffer, BufferTy
module.exports.errorKeys(test, BufferType)
module.exports.nonErrorKeys(test)
module.exports.errorValues(test, BufferType)
module.exports.nonErrorKeys(test)
module.exports.nonErrorValues(test, BufferType)
module.exports.tearDown(test, testCommon)
}

0 comments on commit ecd41a7

Please sign in to comment.