Skip to content

test: fix arguments order of comparsion functions - #27907

Merged
ChALkeR merged 1 commit into
nodejs:masterfrom
m0rtyn:fix-arguments-order-in-comparsion-functions
May 27, 2019
Merged

test: fix arguments order of comparsion functions#27907
ChALkeR merged 1 commit into
nodejs:masterfrom
m0rtyn:fix-arguments-order-in-comparsion-functions

Conversation

@m0rtyn

Copy link
Copy Markdown
Contributor

Place actual values as the first arguments and expected as the second.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label May 26, 2019
@BridgeARBridgeAR added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label May 26, 2019

@ryzokukenryzokuken left a comment

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.

LGTM, thanks!

@TrottTrott added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 27, 2019
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@ChALkeR

Copy link
Copy Markdown
Member

Please react with 👍for fast-tracking.

@ChALkeRChALkeR added the fast-track PRs that do not need to wait for 48 hours to land. label May 27, 2019
Place actual values as the first agruments and expected as the second.
PR-URL: nodejs#27907
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@ChALkeR
ChALkeRforce-pushed the fix-arguments-order-in-comparsion-functions branch from 6ac4567 to d6cc6abCompareMay 27, 2019 21:35
@ChALkeR
ChALkeR merged commit d6cc6ab into nodejs:masterMay 27, 2019
@ChALkeR

Copy link
Copy Markdown
Member

Landed in d6cc6ab.

Thanks for the contribution! 🎉

https://www.nodetodo.org/next-steps/ is a good list of ideas on possible next steps. (But the next steps are not limited to just that list -- you can always come up with your own)!

targos pushed a commit that referenced this pull request May 28, 2019
Place actual values as the first agruments and expected as the second.
PR-URL: #27907
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@targostargos mentioned this pull request Jun 3, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.code-and-learnIssues related to the Code-and-Learn events and PRs submitted during the events.fast-trackPRs that do not need to wait for 48 hours to land.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@m0rtyn@nodejs-github-bot@ChALkeR@Trott@cjihrig@gireeshpunathil@BridgeAR@ryzokuken