From 52ffd0353cb598d9d3d4e34328245887c1a62a3e Mon Sep 17 00:00:00 2001 From: Daniel Nalborczyk Date: Thu, 21 Oct 2021 16:43:57 -0400 Subject: [PATCH] chore: fix lint --- test/response.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/response.js b/test/response.js index 6f020b45b..9e3d0647c 100644 --- a/test/response.js +++ b/test/response.js @@ -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);