From b786415060aa32cff80c5df69184e70b2cc031f2 Mon Sep 17 00:00:00 2001 From: Mykola Date: Fri, 20 Sep 2019 11:12:16 -0700 Subject: [PATCH] Bump up blockchains due to Loom adding --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index 2ffbace02..a42a6e6c7 100644 --- a/test/index.js +++ b/test/index.js @@ -29,7 +29,7 @@ function checkRootDir () { checkBlockhainsFolder() function checkBlockhainsFolder(){ - const currentBlockchains = 62; + const currentBlockchains = 63; const foundBlockchains = readDirSync(blockchainsFolderPath)