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

Commit 723391b

Browse files
committed
Use newer memdown store. Fixes build.
1 parent 62d2c05 commit 723391b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/leveldown-substitution-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ buster.testCase('LevelDOWN Substitution', {
4646
.on('close', function () {
4747
assert.equals(entries, expected, 'correct entries')
4848
assert.equals(
49-
md._keys
49+
md._store['$foo'].keys
5050
, expected.map(function (e) { return e.key })
5151
, 'memdown has the entries'
5252
)

0 commit comments

Comments
 (0)