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 #294 from sorribas/fix-tests
Browse files Browse the repository at this point in the history
Use newer memdown store. Fixes build.
  • Loading branch information
rvagg committed Dec 23, 2014
2 parents 62d2c05 + 723391b commit c50d50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/leveldown-substitution-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ buster.testCase('LevelDOWN Substitution', {
.on('close', function () {
assert.equals(entries, expected, 'correct entries')
assert.equals(
md._keys
md._store['$foo'].keys
, expected.map(function (e) { return e.key })
, 'memdown has the entries'
)
Expand Down

0 comments on commit c50d50d

Please sign in to comment.