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

Commit 0625786

Browse files
committed
test: fix command count
1 parent 4069995 commit 0625786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/commands.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const expect = require('chai').expect
55
const runOnAndOff = require('../utils/on-and-off')
66

7-
const commandCount = 68
7+
const commandCount = 72
88
describe('commands', () => runOnAndOff((thing) => {
99
let ipfs
1010

0 commit comments

Comments
 (0)