Skip to content

Commit

Permalink
change test title slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 30, 2012
1 parent 18278cc commit 32d8e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mounting.js
Expand Up @@ -74,7 +74,7 @@ describe('app.use()', function(){
admin.route.should.equal('/admin');
})

it('should not add trailing slash', function(done) {
it('should not add trailing slash to req.url', function(done) {
var app = connect();

app.use('/admin', function(req, res, next) {
Expand Down

0 comments on commit 32d8e19

Please sign in to comment.