Skip to content

Commit 113fb96

Browse files
committed
test: updated assert test values to doc standards
1 parent bcbb937 commit 113fb96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sequential/test-inspector-exception.js

Lines changed: 1 addition & 1 deletion
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)