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

Commit fcef848

Browse files
committed
test: fix test now that sharding dir unixfs protobuf was updated to match go-ipfs
1 parent 4c7d713 commit fcef848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/core/files-sharding.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ describe('files dir', () => {
8989
expect(err).to.not.exist()
9090
const last = results[results.length - 1]
9191
expect(last.path).to.be.eql('test-folder')
92-
expect(last.hash).to.be.eql('QmZjYC1kWrLmiRYbEmGSo2PEpMixzT2k2xoCKSBzt8KDcy')
92+
expect(last.hash).to.be.eql('QmY8TxNWtNViN7syd2DHazPqu21qWfSNjzCDe78e4YMsUD')
9393
done()
9494
})
9595
)

0 commit comments

Comments
 (0)