Skip to content

Commit 91ee26d

Browse files
richardlaurvagg
authored andcommitted
test: fix typo in header download test (#2001)
PR-URL: #2001 Reviewed-By: Christian Clauss <cclauss@me.com> Reviewed-By: Rod Vagg <rod@vagg.org>
1 parent a3f1143 commit 91ee26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-download.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ test('download headers (actual)', function (t) {
211211
process.release.name !== 'node' ||
212212
semver.prerelease(process.version) !== null ||
213213
semver.satisfies(process.version, '<10')) {
214-
return t.skip('Skipping acutal download of headers due to test environment configuration')
214+
return t.skip('Skipping actual download of headers due to test environment configuration')
215215
}
216216

217217
t.plan(17)

0 commit comments

Comments
 (0)