Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #52 from hden/put-get-del-test
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
rvagg committed Jan 29, 2015
2 parents 657b5f5 + ecd41a7 commit 1f3f179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abstract/put-get-del-test.js
Original file line number Diff line number Diff line change
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 1f3f179

Please sign in to comment.