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

Commit 136b82f

Browse files
committed
fix: command count for tests
License: MIT Signed-off-by: Alan Shaw <alan@tableflip.io>
1 parent d44de4c commit 136b82f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/commands.js

Lines changed: 1 addition & 1 deletion
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 = 77
7+
const commandCount = 78
88

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

0 commit comments

Comments
 (0)