Skip to content

test: refactor `assert` in internet test-dns.js

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test internet test-dns

Description of change
  • assert.equal() -> assert.strictEqual()
  • assert.ok(typeof example === ‘type’) -> assert.strictEqual()

Merge request reports

Loading