Skip to content

Commit

Permalink
fix(test): change hash of src test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenet committed Sep 16, 2016
1 parent c7ea808 commit 349a44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ describe('ipfs-api version', function () {

const added = res[res.length - 1]
assert(added)
assert.equal(added.Hash, 'Qmafmh1Cw3H1bwdYpaaj5AbCW4LkYyUWaM7Nykpn5NZoYL')
assert.equal(added.Hash, 'QmcECcejtuFh54aAYZTHoyAWEKHBg9xFc1i943UmxRBZQq')
done()
})
})
Expand Down

0 comments on commit 349a44c

Please sign in to comment.