Skip to content

Commit 6e04944

Browse files
committed
tests: shorten name of test
1 parent 5d4b8b9 commit 6e04944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ describe('serveStatic()', function () {
559559
.expect(416, done)
560560
})
561561

562-
it('should include a Content-Range field with a byte-range- resp-spec of "*" and an instance-length specifying the current length', function (done) {
562+
it('should include a Content-Range header of complete length', function (done) {
563563
request(server)
564564
.get('/nums')
565565
.set('Range', 'bytes=9-50')

0 commit comments

Comments
 (0)