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

Commit

Permalink
Use newer memdown store. Fixes build.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorribas authored and rvagg committed Dec 25, 2014
1 parent c2c12c9 commit c951f09
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 c951f09

Please sign in to comment.