Skip to content

Commit

Permalink
Fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
parthverma1 committed Jul 25, 2024
1 parent bdae7c7 commit edb7d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration-legacy/requester-spec.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4607,7 +4607,7 @@ describe('Requester', function () {
expect(response.text()).to.equal('Compressible response content.\n');
expect(request).to.be.ok;
expect(response.size()).to.eql({
body: 49, header: 173, total: 222, transferedBytes: 49, resourceBytes: 31
body: 49, header: 173, total: 222, resourceBytes: 31
});
});
},
Expand Down

0 comments on commit edb7d53

Please sign in to comment.