Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspaonrocks committed Dec 5, 2017
1 parent 64a9bca commit 58742a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -2,7 +2,7 @@

var expect = require('chai').expect;
var assert = require('assert');
var mapper = require('../route-mapper/map');
var mapper = require('../src/route-mapper/map');

describe('RouteMapper', function () {
it('should be a function', function () {
Expand Down

0 comments on commit 58742a4

Please sign in to comment.