Skip to content

Commit 42f43d5

Browse files
keeysncjasnell
authored andcommitted
test: updated assert test values to doc standards
PR-URL: #23593 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
1 parent af59b9d commit 42f43d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/sequential/test-inspector-exception.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async function runTest() {
3939
const session = await child.connectInspectorSession();
4040
await testBreakpointOnStart(session);
4141
await session.runToCompletion();
42-
assert.strictEqual(1, (await child.expectShutdown()).exitCode);
42+
assert.strictEqual((await child.expectShutdown()).exitCode, 1);
4343
}
4444

4545
runTest();

0 commit comments

Comments
 (0)