Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Belanger committed Jul 5, 2021
1 parent 666983d commit ccf6eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-domain-promise.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ process.on('warning', common.mustNotCall());
d.run(common.mustCall(() => {
vm.runInNewContext(`
const promise = Promise.resolve();
assert.strictEqual(promise.domain, d);
assert.strictEqual(promise.domain, undefined);
promise.then(common.mustCall(() => {
assert.strictEqual(process.domain, d);
}));
Expand Down

0 comments on commit ccf6eef

Please sign in to comment.