Skip to content
Snippets Groups Projects
Commit e6692b32 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] #875 Wrong lib injection

parent 12aafc9c
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
const assert = require('assert') const assert = require('assert')
const co = require('co') const co = require('co')
const ArrayBlockchain = require('./arrayBlockchain') const ArrayBlockchain = require('./lib/arrayBlockchain')
const BasicBlockchain = require('../../app/lib/blockchain/basicBlockchain') const BasicBlockchain = require('../../app/lib/blockchain/basicBlockchain')
let blockchain, emptyBlockchain let blockchain, emptyBlockchain
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment