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 authored and rvagg committed Jan 3, 2020
1 parent a3f1143 commit 91ee26d
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 91ee26d

Please sign in to comment.