Skip to content

Commit

Permalink
test: fix typo in header download test (#2001)
Browse files Browse the repository at this point in the history
PR-URL: #2001
Reviewed-By: Christian Clauss <cclauss@me.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
richardlau committed Dec 23, 2019
1 parent 038b4a3 commit 5a729e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-download.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ test('download headers (actual)', function (t) {
process.release.name !== 'node' ||
semver.prerelease(process.version) !== null ||
semver.satisfies(process.version, '<10')) {
return t.skip('Skipping acutal download of headers due to test environment configuration')
return t.skip('Skipping actual download of headers due to test environment configuration')
}

t.plan(17)
Expand Down

0 comments on commit 5a729e8

Please sign in to comment.