From 9ee3f01a42bcf5ac9257d3391944d55e5bd824de Mon Sep 17 00:00:00 2001 From: Jari Bakken Date: Fri, 18 Jan 2013 09:22:18 +0100 Subject: [PATCH] Fix quote so 02-basic-http/solution/test.js runs. --- exercises/02-basic-http/solution/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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').