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

Commit 551db2c

Browse files
committed
fix an ipfs config test.
1 parent 1240ca5 commit 551db2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/cli/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ describe('config', () => runOnAndOff((thing) => {
6868
})
6969

7070
it('call config with no arguments', () => {
71-
return ipfs.fail('config')
71+
return ipfs('config')
72+
.then(out => expect(out).to.include('bin.js config <key> [value]'))
7273
})
7374
})
7475

0 commit comments

Comments
 (0)