diff --git a/exercises/02-basic-http/solution/test.js b/exercises/02-basic-http/solution/test.js index 14c01e8..cced202 100644 --- a/exercises/02-basic-http/solution/test.js +++ b/exercises/02-basic-http/solution/test.js @@ -65,7 +65,7 @@ suite. discuss('Generic 404'). get('/not-found'). expect(404). - expect('body should describe error message'', function (err, res, body) { + expect('body should describe error message', function (err, res, body) { assert.equal(body, 'Not found\n'); }). post('/not-found').