Skip to content

test: fix require nits in some test-tls-* tests

Rodrigo Muino Tomonari requested to merge github/fork/vsemozhetbyt/test-tls into master
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)

test

  • Do not require if test is skipped.
  • Do not re-require without need.
  • Sort requiring by module names.

I've just stumble upon these nits in these connected tests by chance. Maybe I shall try to fix this class of nits in tests more thoroughly later if this makes any sense.

Merge request reports

Loading