From 06257862077883509dda9ae2f6f7fb7f9a1c0ec4 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 15 Feb 2018 11:47:40 +0100 Subject: [PATCH] test: fix command count --- test/cli/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli/commands.js b/test/cli/commands.js index 50afc3240e..d1d0812957 100644 --- a/test/cli/commands.js +++ b/test/cli/commands.js @@ -4,7 +4,7 @@ const expect = require('chai').expect const runOnAndOff = require('../utils/on-and-off') -const commandCount = 68 +const commandCount = 72 describe('commands', () => runOnAndOff((thing) => { let ipfs