Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix arguments order in assertions #24149

Closed
wants to merge 1 commit into from
Closed

test: fix arguments order in assertions #24149

wants to merge 1 commit into from

Conversation

herschel666
Copy link
Contributor

...to have the actual value first & the expected value second.

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

@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Nov 6, 2018
@herschel666
Copy link
Contributor Author

Hey, could you do me a favor and restart the Travis run?

@jasnell
Copy link
Member

jasnell commented Nov 10, 2018

CI: https://ci.nodejs.org/job/node-test-pull-request/18509/

(the link won't resolve right away as the CI server is still catching up on a couple other jobs)

...to have the actual value first & the expected value second.
@herschel666
Copy link
Contributor Author

@BridgeAR Hi, I got the tests green. Could you merge the PR please? :-)

@gireeshpunathil
Copy link
Member

landed as 6eda924

thank you @herschel666 for the contribution! Wish you great success with continued contribution to this project, if you are further interested please have a look at https://www.nodetodo.org/next-steps

@gireeshpunathil gireeshpunathil added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Nov 13, 2018
gireeshpunathil pushed a commit that referenced this pull request Nov 13, 2018
Have the actual value first & the expected value second.

PR-URL: #24149
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
BridgeAR pushed a commit that referenced this pull request Nov 14, 2018
Have the actual value first & the expected value second.

PR-URL: #24149
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
kiyomizumia pushed a commit to kiyomizumia/node that referenced this pull request Nov 15, 2018
Have the actual value first & the expected value second.

PR-URL: nodejs#24149
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
codebytere pushed a commit that referenced this pull request Jan 12, 2019
Have the actual value first & the expected value second.

PR-URL: #24149
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
@codebytere codebytere mentioned this pull request Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

6 participants