diff --git a/test/index.js b/test/index.js index f3c6761..bbac502 100644 --- a/test/index.js +++ b/test/index.js @@ -12,7 +12,7 @@ const helper = require ('../index'); const argon2 = require ('argon2'); const test = require ('ava'); -const encoding_helper = require ('@scode/encoding-helper'); +const encoding_helper = require ('@sapphirecode/encoding-helper'); const required_options = { hashLength: 64,