Skip to content

Commit

Permalink
tests: shorten name of test
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jun 7, 2016
1 parent 5d4b8b9 commit 6e04944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ describe('serveStatic()', function () {
.expect(416, done)
})

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

0 comments on commit 6e04944

Please sign in to comment.