Skip to content

Commit

Permalink
Fix for ESLint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Jul 31, 2021
1 parent c673ede commit 75c0f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/headers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ test('form-data sets `content-length` header for spec-compatible FormData', with
const headers = JSON.parse(body);
const encoder = new FormDataEncoder(form);

// form-data-encoder produces a boundary with the same length so we can just rely on it when comparing `content-length` header
// The form-data-encoder produces a boundary with the same length so we can just rely on it when comparing `content-length` header
t.is((headers['content-length'] as string), String(encoder.headers['Content-Length']));
});

Expand Down

0 comments on commit 75c0f67

Please sign in to comment.