diff --git a/test/builder.js b/test/builder.js index d05994af..523cf33c 100644 --- a/test/builder.js +++ b/test/builder.js @@ -18,7 +18,7 @@ module.exports = (repo) => { describe('builder', () => { let ipld - const testMultihashes = Object.keys(mh.names).slice(0, 40) + const testMultihashes = Object.keys(mh.names).slice(1, 40) before(() => { const bs = new BlockService(repo)