Skip to content

Commit

Permalink
fix test path
Browse files Browse the repository at this point in the history
  • Loading branch information
shapeshed committed Nov 17, 2011
1 parent 4ba8e69 commit a2c6b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/connect-force-domain.test.js
@@ -1,6 +1,6 @@

var connect = require('connect'),
force_domain = require('connect-force-domain'),
force_domain = require('../lib/connect-force-domain'),
assert = require('assert');

app = connect.createServer(force_domain('shapeshed.com'));
Expand Down

0 comments on commit a2c6b5a

Please sign in to comment.