Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit ba5b9dc

Browse files
committed
fix: expect dir size without protobuf
1 parent c08a42f commit ba5b9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/stat.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ describe('stat', () => {
9898
})
9999

100100
expect(Object.keys(stats).length).to.equal(1)
101-
expect(stats.size).to.equal(4) // protobuf size?!
101+
expect(stats.size).to.equal(0)
102102
})
103103

104104
it.skip('computes how much of the DAG is local', async () => {

0 commit comments

Comments
 (0)