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 13afb68

Browse filesBrowse files
@CAYdenbergMylesBorins
authored andcommitted
test: fix argument order in asserts
PR-URL: #23499 Reviewed-By: Guy Bedford <guybedford@gmail.com> 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> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent e0a3e23 commit 13afb68
Copy full SHA for 13afb68

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-async-stack-traces-promise-then.js‎

Copy file name to clipboardExpand all lines: test/sequential/test-inspector-async-stack-traces-promise-then.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function runTests() {
4545
'break2', 'runTest:8');
4646

4747
await session.runToCompletion();
48-
assert.strictEqual(0, (await instance.expectShutdown()).exitCode);
48+
assert.strictEqual((await instance.expectShutdown()).exitCode, 0);
4949
}
5050

5151
function debuggerPausedAt(msg, functionName, previousTickLocation) {

0 commit comments

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