Skip to content
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: fix arguments order in assert.strictEqual #24143

Closed
wants to merge 1 commit into from

Commits on Nov 6, 2018

  1. test: fix arguments order in assert.strictEqual

    In the test test/parallel/test-http-client-upload.js test the
    actual and expected arguments in assert.strictEqual() calls
    were in the wrong order. Switched them around so the returned
    value by the function is the first argument and the literal
    value is the second argument.
    szabolcsit committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    0b59b92 View commit details
    Browse the repository at this point in the history