chore: fix lint (#1348)

This commit is contained in:
dnalborczyk 2021-10-23 06:49:37 -04:00 committed by GitHub
parent 965b323d9c
commit 96f9ae27c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ describe('Response', () => {
expect(cl.url).to.equal(base);
expect(cl.status).to.equal(346);
expect(cl.statusText).to.equal('production');
expect(cl.highWaterMark).to.equal(789)
expect(cl.highWaterMark).to.equal(789);
expect(cl.ok).to.be.false;
// Clone body shouldn't be the same body
expect(cl.body).to.not.equal(body);