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

test: cleanup test-buffer-sharedarraybuffer test suite by RafLeszczynski · Pull Request #15896 · nodejs/node · GitHub

/ node Public

test: cleanup test-buffer-sharedarraybuffer test suite - #15896

Closed
RafLeszczynski wants to merge 1 commit into
nodejs:masterfrom
RafLeszczynski:test-buffer-sharedarraybuffer-cleanup
Closed

test: cleanup test-buffer-sharedarraybuffer test suite#15896
RafLeszczynski wants to merge 1 commit into
nodejs:masterfrom
RafLeszczynski:test-buffer-sharedarraybuffer-cleanup

Conversation

Copy link
Copy Markdown
Contributor

Removed third argument 0 from calls to assert.deepStrictEqual. The default messages for assertion errors provide enough context so no custom messages are needed. In addition the 0 passed as a message actually didn't do anything.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

remove third argument `0` from calls to `assert.deepStrictEqual`
nodejs-github-bot added the test Issues and PRs related to the tests. label Oct 6, 2017
mscdex added the buffer Issues and PRs related to the buffer subsystem. label Oct 6, 2017
Trott added the code-and-learn Issues related to the Code-and-Learn events and PRs submitted during the events. label Oct 6, 2017
BridgeAR self-assigned this Oct 9, 2017
BridgeAR pushed a commit that referenced this pull request Oct 9, 2017
remove third argument `0` from calls to `assert.deepStrictEqual`

PR-URL: #15896
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>

BridgeAR commented Oct 9, 2017

Copy link
Copy Markdown
Member

Landed in c0c5e26

Thanks for the PR, and congratulations on becoming a Node.js Contributor 🎉 !

BridgeAR closed this Oct 9, 2017
MylesBorins pushed a commit that referenced this pull request Oct 11, 2017
remove third argument `0` from calls to `assert.deepStrictEqual`

PR-URL: #15896
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins mentioned this pull request Oct 11, 2017
addaleax pushed a commit to addaleax/ayo that referenced this pull request Oct 12, 2017
remove third argument `0` from calls to `assert.deepStrictEqual`

PR-URL: nodejs/node#15896
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins pushed a commit that referenced this pull request Oct 17, 2017
remove third argument `0` from calls to `assert.deepStrictEqual`

PR-URL: #15896
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins mentioned this pull request Oct 17, 2017
MylesBorins pushed a commit that referenced this pull request Oct 18, 2017
remove third argument `0` from calls to `assert.deepStrictEqual`

PR-URL: #15896
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins pushed a commit that referenced this pull request Oct 25, 2017
remove third argument `0` from calls to `assert.deepStrictEqual`

PR-URL: #15896
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins mentioned this pull request Nov 3, 2017
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

buffer Issues and PRs related to the buffer 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.

9 participants


Back | FazBrowse Home | New Git URL