Skip to content

Commit e21a852

Browse files
committed
fix test description
1 parent 496a2ee commit e21a852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/app.listen.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe('app.listen()', function(){
3131
});
3232
})
3333

34-
it('should listened to the requested port', function(done){
34+
it('should listen on the requested port', function (done) {
3535
var expectedResponseBody = 'hello world';
3636
var server;
3737
var app = express()

0 commit comments

Comments
 (0)