Skip to content

tests/parallel: removes string literals from test-domain-timer.js#20120

Closed
palash25 wants to merge 1 commit into
nodejs:masterfrom
palash25:test
Closed

tests/parallel: removes string literals from test-domain-timer.js#20120
palash25 wants to merge 1 commit into
nodejs:masterfrom
palash25:test

Conversation

@palash25

@palash25 palash25 commented Apr 18, 2018

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

This PR is related to the issue given by nodetodo. cc @Trott

String literals from two `assert.strictEquals()` calls were
removed as these string literals did not match the value of
`e.message` when an `AssertionError` occurred. Now the default
error message is displayed when an error occurs.
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Apr 18, 2018

@benjamingr benjamingr left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution!

@trivikr

trivikr commented Apr 18, 2018

Copy link
Copy Markdown
Member

@Trott Trott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 18, 2018
@Trott

Trott commented Apr 18, 2018

Copy link
Copy Markdown
Member

@Trott

Trott commented Apr 18, 2018

Copy link
Copy Markdown
Member

trivikr pushed a commit that referenced this pull request Apr 20, 2018
String literals from two `assert.strictEquals()` calls were
removed as these string literals did not match the value of
`e.message` when an `AssertionError` occurred. Now the default
error message is displayed when an error occurs.

PR-URL: #20120
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
@trivikr

trivikr commented Apr 20, 2018

Copy link
Copy Markdown
Member

Landed in 1b438a7

Congratulations @palash25 for your first commit in Node.js core! 🎉🎉🎉

@trivikr trivikr closed this Apr 20, 2018
@palash25 palash25 deleted the test branch April 20, 2018 06:00
jasnell pushed a commit that referenced this pull request Apr 20, 2018
String literals from two `assert.strictEquals()` calls were
removed as these string literals did not match the value of
`e.message` when an `AssertionError` occurred. Now the default
error message is displayed when an error occurs.

PR-URL: #20120
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants