Skip to content

Commit 677b613

Browse files
danbevtargos
authored andcommitted
test: fix typo in test-tls-cnnic-whitelist
PR-URL: #19662 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 806bc0d commit 677b613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-tls-cnnic-whitelist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function loadPEM(n) {
1414
}
1515

1616
const testCases = [
17-
{ // Test 0: for the check of a cert not existed in the whitelist.
17+
{ // Test 0: for the check of a cert not in the whitelist.
1818
// agent7-cert.pem is issued by the fake CNNIC root CA so that its
1919
// hash is not listed in the whitelist.
2020
// fake-cnnic-root-cert has the same subject name as the original

0 commit comments

Comments
 (0)