Skip to content

test: fix assertion order in test-tls-server-verify.js

The arguments of some assertions in the test-tls-server-verify.js were inverted, having the expected value first instead of the actual value. I fixed this order so that it is the same as in the documentation for assertions.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading