Skip to content

Conversation

@Trott
Copy link
Member

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

test tls

Description of change

Change use of != in assertion to assert.notStrictEqual() check.

Change use of `!=` in assertion to `assert.notStrictEqual()` check.
@TrottTrott added tls Issues and PRs related to the tls subsystem. test Issues and PRs related to the tests. labels Aug 16, 2016
@addaleax
Copy link
Member

@targos
Copy link
Member

LGTM

1 similar comment
@jasnell
Copy link
Member

LGTM

Trott added a commit to Trott/io.js that referenced this pull request Aug 18, 2016
Change use of `!=` in assertion to `assert.notStrictEqual()` check. PR-URL: nodejs#8130 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
@Trott
Copy link
MemberAuthor

Landed in 7652ae9

@TrottTrott closed this Aug 18, 2016
evanlucas pushed a commit that referenced this pull request Aug 24, 2016
Change use of `!=` in assertion to `assert.notStrictEqual()` check. PR-URL: #8130 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
MylesBorins pushed a commit that referenced this pull request Oct 10, 2016
Change use of `!=` in assertion to `assert.notStrictEqual()` check. PR-URL: #8130 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
rvagg pushed a commit that referenced this pull request Oct 18, 2016
Change use of `!=` in assertion to `assert.notStrictEqual()` check. PR-URL: #8130 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
MylesBorins pushed a commit that referenced this pull request Oct 26, 2016
Change use of `!=` in assertion to `assert.notStrictEqual()` check. PR-URL: #8130 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Oct 26, 2016
@TrottTrott deleted the memleak branch January 13, 2022 22:44
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

testIssues and PRs related to the tests.tlsIssues and PRs related to the tls subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Trott@addaleax@targos@jasnell@MylesBorins