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: Remove third argument from assert.strictEqual() #22051

Closed
wants to merge 1 commit into from

Commits on Aug 1, 2018

  1. test: Remove third argument from assert.strictEqual()

    In file test/parallel/test-stream-transform-final.js the ten calls to
    assert.strictEqual() use a string literal as third argument. When
    a AssertionError occurs, it reports the string literal and not the
    first two arguments, so the third agrument is removed and made a
    comment just above the call to assert.strictEqual().
    rishabhptr committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    de88fcb View commit details
    Browse the repository at this point in the history