Skip to content

Commit

Permalink
fixup! dns: refactor cares_wrap internals
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Apr 12, 2021
1 parent 9802d7a commit 9d7a97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pummel/test-heapdump-dns.js
Expand Up @@ -10,7 +10,7 @@ dns.resolve('localhost', () => {});
validateSnapshotNodes('Node / ChannelWrap', [
{
children: [
{ node_name: 'Node / node_ares_task_list', edge_name: 'task_list' },
{ node_name: 'Node / NodeAresTask::List', edge_name: 'task_list' },
// `Node / ChannelWrap` (C++) -> `ChannelWrap` (JS)
{ node_name: 'ChannelWrap', edge_name: 'wrapped' },
]
Expand Down

0 comments on commit 9d7a97b

Please sign in to comment.