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

Commit 9c73519

Browse files
vmxdaviddias
authored andcommitted
More fixes
1 parent 1aa0382 commit 9c73519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/dag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ module.exports = (common) => {
255255
}
256256
ipfs.dag.get(cidPb, 'Data', (err, result) => {
257257
expect(err).to.not.exist()
258-
expect(result.value.data).to.eql(Buffer.from('I am inside a Protobuf'))
258+
expect(result.value).to.eql(Buffer.from('I am inside a Protobuf'))
259259
done()
260260
})
261261
})

0 commit comments

Comments
 (0)