Skip to content

Commit

Permalink
Fix typo in test case name (nodejs#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen authored and KhafraDev committed Jun 23, 2022
1 parent c5f9021 commit 6f1ab3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fetch/headers.js
Expand Up @@ -207,7 +207,7 @@ tap.test('Headers get', t => {
tap.test('Headers has', t => {
t.plan(2)

t.test('returns boolean existance for a header name', t => {
t.test('returns boolean existence for a header name', t => {
t.plan(2)
const headers = new Headers()

Expand Down

0 comments on commit 6f1ab3b

Please sign in to comment.