test: change a describe to it (#963)
This commit is contained in:
parent
19fc4194b7
commit
1b3e08e046
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ describe('ctx.length', () => {
|
|||
req.length.should.equal(10);
|
||||
});
|
||||
|
||||
describe('with no content-length present', () => {
|
||||
it('with no content-length present', () => {
|
||||
const req = request();
|
||||
assert(null == req.length);
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue