Skip to content

test-debugger-pid: assert.ok() by assert.strictEqual()

Affected core subsystem(s)

test-debugger-pid

Description of change

replaced assert.ok() to assert.strictEqual() since assert.strictEqual() is more specific with the output obtained than assert.ok()

Merge request reports

Loading