FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: change assert.equal to assert.strictEqual by crokita · Pull Request #9956 · nodejs/node · GitHub

/ node Public

test: change assert.equal to assert.strictEqual - #9956

Closed
crokita wants to merge 1 commit into
nodejs:masterfrom
crokita:test-cluster-fix
Closed

test: change assert.equal to assert.strictEqual#9956
crokita wants to merge 1 commit into
nodejs:masterfrom
crokita:test-cluster-fix

Conversation

crokita commented Dec 1, 2016
edited
Loading

Copy link
Copy Markdown
Contributor
Checklist
  • make -j8 test (UNIX)
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

Use assert.strictEqual() instead of assert.equal() for lines 11, 12, 13, 14, 21, 22, 23, 24, 28

nodejs-github-bot added the test Issues and PRs related to the tests. label Dec 1, 2016
mscdex added the cluster Issues and PRs related to the cluster subsystem. label Dec 1, 2016

mscdex commented Dec 1, 2016

Copy link
Copy Markdown
Contributor

First line of commit message is too long, see the commit message guidelines here.

imyller added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Dec 1, 2016
crokita changed the title test: change assert.equal to assert.strictEqual in file test: change assert.equal to assert.strictEqual Dec 1, 2016

jasnell 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM. The commits will need to be squashed and a new-line needs to be added at the end of the file to pass linting.

Trott commented Dec 8, 2016

Copy link
Copy Markdown
Member

Trott commented Dec 22, 2016

Copy link
Copy Markdown
Member

ping @crokita: Can you add a newline to the end of the file? Even better if you can squash the commits into a single commit, but that can also be done by whoever lands the change.

crokita commented Dec 22, 2016

Copy link
Copy Markdown
Contributor Author

Yep! Updated the branch. Does this look okay @Trott ?

Trott 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM if CI is ✅

Trott commented Dec 22, 2016

Copy link
Copy Markdown
Member

Copy link
Copy Markdown

Landed 70d752e

italoacasas pushed a commit that referenced this pull request Dec 23, 2016
- Using assert.strictEqual instead assert.equal

PR-URL: #9956
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>

Trott commented Dec 23, 2016

Copy link
Copy Markdown
Member

Thanks for the contribution @crokita! 🎉

targos pushed a commit that referenced this pull request Dec 26, 2016
- Using assert.strictEqual instead assert.equal

PR-URL: #9956
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
MylesBorins mentioned this pull request Dec 27, 2016
targos pushed a commit that referenced this pull request Dec 28, 2016
- Using assert.strictEqual instead assert.equal

PR-URL: #9956
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
evanlucas pushed a commit that referenced this pull request Jan 3, 2017
- Using assert.strictEqual instead assert.equal

PR-URL: #9956
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
evanlucas pushed a commit that referenced this pull request Jan 4, 2017
- Using assert.strictEqual instead assert.equal

PR-URL: #9956
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
MylesBorins pushed a commit that referenced this pull request Jan 23, 2017
- Using assert.strictEqual instead assert.equal

PR-URL: #9956
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
MylesBorins pushed a commit that referenced this pull request Jan 24, 2017
- Using assert.strictEqual instead assert.equal

PR-URL: #9956
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
MylesBorins mentioned this pull request Jan 24, 2017
MylesBorins pushed a commit that referenced this pull request Feb 1, 2017
- Using assert.strictEqual instead assert.equal

PR-URL: #9956
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Italo A. Casas <me@italoacasas.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cluster Issues and PRs related to the cluster subsystem. code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants


Back | FazBrowse Home | New Git URL