Modified tests to match new file structure

This commit is contained in:
2015-05-01 12:44:41 +02:00
parent 24aec3073c
commit 93379a328d
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
'use strict';
var assert = require('assert'),
encodings = require('../defs').encodings;
encodings = require('../lib/defs').encodings;
describe('encodings', function() {
describe('ASCII', function() {