Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix order of parameters to assert.strictEqual
Usage of assert.strictEqual in test-net-server-listen-remove-callback.js incorrectly passes the expected value as the first argument and actual value as the second argument. This should be reversed, per the assert documentation. Refs: https://nodejs.org/api/assert.html#assert_assert_strictequal_actual_expected_message
- Loading branch information