diff options
Diffstat (limited to 'test/shh.methods.js')
-rw-r--r-- | test/shh.methods.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shh.methods.js b/test/shh.methods.js index fe2dae71d..91ca3caba 100644 --- a/test/shh.methods.js +++ b/test/shh.methods.js @@ -1,6 +1,6 @@ var assert = require('assert'); var web3 = require('../index.js'); -var u = require('./utils.js'); +var u = require('./test.utils.js'); describe('web3', function() { describe('shh', function() { |