Skip to content
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into dns.hostname
  • Loading branch information
evantorrie committed Oct 10, 2022
commit 8cb821c9637f63e94d289bcb0f78543f9e4f6ebf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ describe('dns.promises.lookup()', () => {

it('should export a valid span with error NOT_FOUND', async () => {
try {
await lookupPromise(unresolvableHostname);
await dns.promises.lookup(unresolvableHostname);
assert.fail();
} catch (error) {
const spans = memoryExporter.getFinishedSpans();
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.