Skip to content

Commit 90504b9

Browse files
sheminusminusjasnell
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 7673de8 commit 90504b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sequential/test-inspector-debug-brk-flag.js

+1-1
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)