Skip to content

test: refactor test-fs-readfile-tostring-fail - #19404

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:fixup-tostring-test
Closed

test: refactor test-fs-readfile-tostring-fail#19404
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:fixup-tostring-test

Conversation

@Trott

Copy link
Copy Markdown
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
Copy Markdown
MemberAuthor

@Trott

Copy link
Copy Markdown
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
Copy Markdown
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 <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@Trott

Copy link
Copy Markdown
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 <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@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 <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@BethGriggsBethGriggs mentioned this pull request Oct 30, 2018
@Trott
Trott 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