Skip to content

Commit 89b0903

Browse files
committed
standard in test
1 parent 674242a commit 89b0903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/basic.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ test('audit', async function (t) {
247247
}
248248

249249
let n = 0
250-
for await (const { discoveryKey, audit } of store.audit()) {
250+
for await (const { audit } of store.audit()) {
251251
n++
252252
if (audit.droppedBits || audit.droppedBlocks || audit.droppedTreeNodes || audit.corrupt) {
253253
t.fail('bad core')

0 commit comments

Comments
 (0)