Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SerayaEryn committed Oct 25, 2019
1 parent cd89a43 commit cf629f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -111,7 +111,7 @@ test('gzip, deflate, br and ["gzip", "deflate", "br"]', (t) => {
})

test('gzip, br, deflate and ["gzip", "deflate", "br"]', (t) => {
const header = 'gzip, br, deflate"
const header = 'gzip, br, deflate'
const supported = ['gzip', 'deflate', 'br']

const result = enodingNegotiator.negotiate(header, supported)
Expand Down

0 comments on commit cf629f7

Please sign in to comment.