Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 305c1e1

Browse filesBrowse files
joesepiMylesBorins
authored andcommitted
test: fixing assertion value order
PR-URL: #23574 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Hitesh Kanwathirtha <digitalinfinity@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 4e1a54f commit 305c1e1
Copy full SHA for 305c1e1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-net-stream.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-net-stream.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,5 @@ const server = net.createServer(function(socket) {
6969
});
7070

7171
process.on('exit', function() {
72-
assert.strictEqual(server.connections, 0);
72+
assert.strictEqual(0, server.connections);
7373
});

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.