Skip to content

Commit a49f037

Browse files
committed
Update test.js
1 parent 44962e0 commit a49f037

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe("Index", function () {
88
superagent.get("http://localhost:3000/")
99
.end(function (e, res) {
1010
(e === null).should.equal(true);
11-
res.text.should.equal("Heey buddy!");
11+
res.text.should.equal("Hey buddy!");
1212
done();
1313
});
1414
});

0 commit comments

Comments
 (0)