Skip to content

Commit

Permalink
fix test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
junmer committed Mar 15, 2016
1 parent 0d01f04 commit 937e5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -14,7 +14,7 @@ var request = require('supertest');
var serveFontmin = require('..');
var Transform = require('stream').Transform;

var Storage = require('../lib/Storage');
var Storage = require('../lib/storage');
var fixtures = __dirname + '/fixtures';
var sourcePath = '/SentyBrush';
var textQuery = '?text=abc';
Expand Down

0 comments on commit 937e5ee

Please sign in to comment.