diff options
Diffstat (limited to 'test/test-crypto-a.js')
-rw-r--r-- | test/test-crypto-a.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-crypto-a.js b/test/test-crypto-a.js index caa12f8..4a2dd6e 100644 --- a/test/test-crypto-a.js +++ b/test/test-crypto-a.js @@ -19,7 +19,7 @@ * You should have received a copy of the GNU General Public License * along with GNU LibreJS. If not, see <http://www.gnu.org/licenses/>. */ -var crypto = require("script_entries/crypto"); +var crypto = require("../lib/script_entries/crypto"); exports.testSha1EncryptTest = function(assert) { var str = "This is my test string"; |