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 148d4e4

Browse filesBrowse files
sheminusminusMylesBorins
authored andcommitted
test: correctly order assertion arguments
PR-URL: #23473 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 1c17aa1 commit 148d4e4
Copy full SHA for 148d4e4

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/sequential/test-inspector-debug-brk-flag.js‎

Copy file name to clipboardExpand all lines: test/sequential/test-inspector-debug-brk-flag.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async function runTests() {
3434
await testBreakpointOnStart(session);
3535
await session.runToCompletion();
3636

37-
assert.strictEqual(55, (await child.expectShutdown()).exitCode);
37+
assert.strictEqual((await child.expectShutdown()).exitCode, 55);
3838
}
3939

4040
runTests();

0 commit comments

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