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

Commit 449bb01

Browse files
author
Pedro Santos
committed
fix: update folder hash on get-recursively cli test
1 parent 27847f3 commit 449bb01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/cli/files.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,12 +417,12 @@ describe('files', () => runOnAndOff((thing) => {
417417
it('get recursively', async function () {
418418
this.timeout(20 * 1000)
419419

420-
const outDir = path.join(process.cwd(), 'Qmaj2NmcyAXT8dFmZRRytE12wpcaHADzbChKToMEjBsj5Z')
420+
const outDir = path.join(process.cwd(), 'QmTCaAvZ5dquoa2jrgTRa3gn9n4Ymrz8mEdePP8jiaTvf9')
421421
rimraf(outDir)
422422

423-
const out = await ipfs('get Qmaj2NmcyAXT8dFmZRRytE12wpcaHADzbChKToMEjBsj5Z')
423+
const out = await ipfs('get QmTCaAvZ5dquoa2jrgTRa3gn9n4Ymrz8mEdePP8jiaTvf9')
424424
expect(out).to.eql(
425-
'Saving file(s) Qmaj2NmcyAXT8dFmZRRytE12wpcaHADzbChKToMEjBsj5Z\n'
425+
'Saving file(s) QmTCaAvZ5dquoa2jrgTRa3gn9n4Ymrz8mEdePP8jiaTvf9\n'
426426
)
427427

428428
const expectedDir = path.join(process.cwd(), 'test', 'fixtures', 'test-data', 'recursive-get-dir')

0 commit comments

Comments
 (0)