Skip to content

Commit 77fadbb

Browse files
re-add assertion
1 parent 5eb92ee commit 77fadbb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/integration/node-specific/resource_tracking_script_builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,5 +197,5 @@ export async function runScriptAndGetProcessInfo(
197197

198198
// assertions about resource status
199199
expect(messages.beforeExitHappened).to.be.true;
200-
expect(messages.newLibuvResources).to.be.empty;
200+
expect(messages.newResources).to.be.empty;
201201
}

test/tools/fixtures/process_resource_script.in.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ async function main() {
9393
log({ beforeExitHappened: true });
9494
});
9595
await run({ MongoClient, uri, log, expect, ClientEncryption, BSON });
96+
log({ newResources: getNewResources() });
9697
}
9798

9899
main()

0 commit comments

Comments
 (0)