Skip to content

Commit

Permalink
#16 Try to fix broken tests for node 0.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tormozz48 committed Aug 19, 2015
1 parent 422cc56 commit 64d7f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/techs/priv-server.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var EOL = require('os').EOL,
dropRequireCache = require('enb/lib/fs/drop-require-cache'),
MockNode = require('mock-enb/lib/mock-node'),
PrivServerTech = require('../../techs/priv-server'),
privJSCore = fs.readFileSync(require.resolve('priv-js')),
privJSCore = fs.readFileSync(require.resolve('priv-js/lib/priv.js')),
block1 = fs.readFileSync('./test/fixtures/block1.priv.js'),
block2 = fs.readFileSync('./test/fixtures/block2.priv.js');

Expand Down

0 comments on commit 64d7f4a

Please sign in to comment.