Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix test case description (#886)
  • Loading branch information
ndelvalle authored and herom committed Oct 12, 2016
1 parent d77eba8 commit 7841b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/express-server-test.js
Expand Up @@ -147,7 +147,7 @@ describe('Express server with middleware', function () {
server.close();
});

it('should should allow parsing body via express middleware', function (done) {
it('should allow parsing body via express middleware', function (done) {
request({
url: url + '/SayHello',
method: 'POST',
Expand Down

0 comments on commit 7841b64

Please sign in to comment.