fix test label typo

This commit is contained in:
TJ Holowaychuk 2013-10-10 12:42:58 -07:00
parent 3b7a7b5047
commit c4d194488c

View file

@ -66,7 +66,7 @@ describe('ctx.body=', function(){
assert.equal(ctx.responseLength, Buffer.byteLength(string)); assert.equal(ctx.responseLength, Buffer.byteLength(string));
}) })
it('should set length when body is override', function(){ it('should set length when body is overriden', function(){
var string = '<h1>Tobi</h1>'; var string = '<h1>Tobi</h1>';
var ctx = context(); var ctx = context();
ctx.body = string; ctx.body = string;