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

Commit f2d1788

Browse files
chore: argggh fix the command count
1 parent ef99b15 commit f2d1788

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 = 60
7+
const commandCount = 61
88

99
describe('commands', () => runOnAndOff((thing) => {
1010
let ipfs

0 commit comments

Comments
 (0)