From 334a23d3da656018a9e724c89bd0fe8c494e92f0 Mon Sep 17 00:00:00 2001 From: Vidya Raghavan Date: Tue, 21 Apr 2015 10:15:50 +0530 Subject: [PATCH] Update test.js --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 6c69b23..b3a80f5 100755 --- a/test.js +++ b/test.js @@ -8,7 +8,7 @@ describe("Index", function () { superagent.get("http://localhost:3000/") .end(function (e, res) { (e === null).should.equal(true); - res.text.should.equal("Hey buddy!"); + res.text.should.equal("Hey budy!"); done(); }); });