Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed Jun 30, 2014
1 parent 689897d commit 92d3551
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/leveldown-substitution-test.js
Expand Up @@ -18,13 +18,13 @@ buster.testCase('LevelDOWN Substitution', {
levelup('/somewhere/not/writable/booya!', { db: function () { return md } })
, entries = []
, expected = [
{ key: 'a', value: 'A' }
, { key: 'b', value: 'B' }
, { key: 'c', value: 'C' }
, { key: 'd', value: 'D' }
, { key: 'e', value: 'E' }
, { key: 'f', value: 'F' }
, { key: 'i', value: 'I' }
{ key: 'a', value: 'A', extra: undefined }
, { key: 'b', value: 'B', extra: undefined }
, { key: 'c', value: 'C', extra: undefined }
, { key: 'd', value: 'D', extra: undefined }
, { key: 'e', value: 'E', extra: undefined }
, { key: 'f', value: 'F', extra: undefined }
, { key: 'i', value: 'I', extra: undefined }
]

db.put('f', 'F')
Expand Down

0 comments on commit 92d3551

Please sign in to comment.