Skip to content

Using assert.strictEqual instead of equal - #9950

Closed
codeVana wants to merge 1 commit into
nodejs:masterfrom
codeVana:codevana1
Closed

Using assert.strictEqual instead of equal#9950
codeVana wants to merge 1 commit into
nodejs:masterfrom
codeVana:codevana1

Conversation

@codeVana

Copy link
Copy Markdown
Contributor
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Dec 1, 2016
@mscdexmscdex added domain Issues and PRs related to the domain subsystem. os Issues and PRs related to the os subsystem. labels Dec 1, 2016
@mscdex

Copy link
Copy Markdown
Contributor

Please follow the commit message guidelines here.

@imyllerimyller added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Dec 1, 2016
@codeVanacodeVana changed the title Codevana1Using assert.strictEqual instead of equalDec 1, 2016

@jasnelljasnell 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.

Code changes LGTM. Commits need to be squashed and formatted to meet commit guidelines.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No need for the indent here, or the space before the comma.

@Trott

Copy link
Copy Markdown
Member

Ping @codeVana: Are you able to make the small change requested by @cjihrig above?

@Trott

Copy link
Copy Markdown
Member

Hmmm...actually, it might not even be needed once the merge conflict is done. Let me do that first and see if there's still an issue...

@Trott

Copy link
Copy Markdown
Member

@cjihrig With the rebase against master, the issue you commented on is now gone. In fact, the change set for this PR is now down to just two lines. Can you confirm that it looks OK to you and update your code review appropriately?

@TrottTrott 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.

LGTM if CI is ✅

@Trott

Copy link
Copy Markdown
Member

Trott pushed a commit to Trott/io.js that referenced this pull request Dec 22, 2016
Use assert.strictEqual instead of assert.equal.
PR-URL: nodejs#9950
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@Trott

Copy link
Copy Markdown
Member

Landed in dd98649.
Thanks for the contribution! 🎉

@TrottTrott closed this Dec 22, 2016
targos pushed a commit that referenced this pull request Dec 26, 2016
Use assert.strictEqual instead of assert.equal.
PR-URL: #9950
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit that referenced this pull request Dec 26, 2016
Use assert.strictEqual instead of assert.equal.
PR-URL: #9950
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@MylesBorinsMylesBorins mentioned this pull request Dec 27, 2016
@MylesBorinsMylesBorins mentioned this pull request Dec 27, 2016
@evanlucasevanlucas mentioned this pull request Jan 3, 2017
evanlucas pushed a commit that referenced this pull request Jan 3, 2017
Use assert.strictEqual instead of assert.equal.
PR-URL: #9950
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
evanlucas pushed a commit that referenced this pull request Jan 4, 2017
Use assert.strictEqual instead of assert.equal.
PR-URL: #9950
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-and-learnIssues related to the Code-and-Learn events and PRs submitted during the events.domainIssues and PRs related to the domain subsystem.osIssues and PRs related to the os subsystem.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@codeVana@mscdex@Trott@jasnell@cjihrig@italoacasas@imyller@targos@nodejs-github-bot