Skip to content

Conversation

@Trott
Copy link
Member

The test uses both assert() and assert.ok(). Use just assert.ok().

Remove a comment that does not appear to match the code and does not
seem to explain much beyond the bare code itself.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

The test uses both `assert()` and `assert.ok()`. Use just `assert.ok()`. Remove a comment that does not appear to match the code and does not seem to explain much beyond the bare code itself.
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Mar 17, 2018
@Trott
Copy link
MemberAuthor

@Trott
Copy link
MemberAuthor

Lone CI failure is a build failure unrelated to this change. Re-run: https://ci.nodejs.org/job/node-test-commit-plinux/16116/

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 17, 2018
@Trott
Copy link
MemberAuthor

(Re-run of lone CI build failure is green.)

Trott added a commit to Trott/io.js that referenced this pull request Mar 20, 2018
The test uses both `assert()` and `assert.ok()`. Use just `assert.ok()`. Remove a comment that does not appear to match the code and does not seem to explain much beyond the bare code itself. PR-URL: nodejs#19404 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Shingo Inoue <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@Trott
Copy link
MemberAuthor

Landed in 1203b13

@TrottTrott closed this Mar 20, 2018
MylesBorins pushed a commit that referenced this pull request Mar 22, 2018
The test uses both `assert()` and `assert.ok()`. Use just `assert.ok()`. Remove a comment that does not appear to match the code and does not seem to explain much beyond the bare code itself. PR-URL: #19404 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Shingo Inoue <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@tniessentniessen removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 24, 2018
BethGriggs pushed a commit that referenced this pull request Oct 26, 2018
The test uses both `assert()` and `assert.ok()`. Use just `assert.ok()`. Remove a comment that does not appear to match the code and does not seem to explain much beyond the bare code itself. PR-URL: #19404 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Shingo Inoue <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
@BethGriggsBethGriggs mentioned this pull request Oct 30, 2018
@TrottTrott deleted the fixup-tostring-test branch January 13, 2022 22:48
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@Trott@jasnell@Leko@lpinca@cjihrig@richardlau@tniessen@BethGriggs@nodejs-github-bot