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

Commit 29bf12e

Browse files
committed
tests - fix eth-block test data
1 parent 5a00279 commit 29bf12e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/cli/test-block.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('block', () => {
1919
it('put with flags, format and mhtype', () => {
2020
return ipfs('block put --format eth-block --mhtype keccak-256 test/test-data/eth-block').then((out) => {
2121
expect(out).to.be.eql(
22-
'z43AaGF4V81rH6y9ykccadnaGV7EkvbPhFXuvrP6mpK89r8bR5T'
22+
'z43AaGF23fmvRnDP56Ub9WcJCfzSfqtmzNCCvmz5eudT8dtdCDS'
2323
)
2424
})
2525
})

test/test-data/eth-block

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)