From 19eb126115b5cc1c5f441ecc3060421cc2921005 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Thu, 13 Sep 2018 20:12:00 +0100 Subject: [PATCH] fix: command count License: MIT Signed-off-by: Alan Shaw --- 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 e6ae40498a..a14a31e826 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 = 81 +const commandCount = 82 describe('commands', () => runOnAndOff((thing) => { let ipfs