-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: test-crypto-stream.js - assert.equal -> assert.strictEqual #10065
test: test-crypto-stream.js - assert.equal -> assert.strictEqual #10065
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what the preferred style for the second change is, but if the linter is ok with it, LGTM.
oh regarding that - I forgot to mention, the linter made me split across the lines - otherwise it exceeds the column count more than open to alternative suggestion for breaking up across lines (maybe put has into "expected" var?) |
It passed linting, so I'm ok with it. |
changes assert.equal to assert.strictEqual to ensure specificity
Landed in ea79a57, thanks! |
changes assert.equal to assert.strictEqual to ensure specificity PR-URL: #10065 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
changes assert.equal to assert.strictEqual to ensure specificity PR-URL: #10065 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
changes assert.equal to assert.strictEqual to ensure specificity PR-URL: nodejs#10065 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
changes assert.equal to assert.strictEqual to ensure specificity PR-URL: nodejs#10065 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
changes assert.equal to assert.strictEqual to ensure specificity PR-URL: #10065 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
changes assert.equal to assert.strictEqual to ensure specificity PR-URL: #10065 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
changes assert.equal to assert.strictEqual to ensure specificity PR-URL: #10065 Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Checklist
make -j8 test
(UNIX), orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
test, crypto
Description of change
changes
assert.equal
toassert.strictEqual
to ensure specificityedit: correct subsystem