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

Commit

Permalink
fix: expect dir size without protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Mar 18, 2019
1 parent c08a42f commit ba5b9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stat.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ describe('stat', () => {
})

expect(Object.keys(stats).length).to.equal(1)
expect(stats.size).to.equal(4) // protobuf size?!
expect(stats.size).to.equal(0)
})

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

0 comments on commit ba5b9dc

Please sign in to comment.