fix test label typo
This commit is contained in:
parent
3b7a7b5047
commit
c4d194488c
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ describe('ctx.body=', function(){
|
|||
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 ctx = context();
|
||||
ctx.body = string;
|
||||
|
|
Loading…
Reference in a new issue